Submitting a native transaction request

This method allows you to send a native transaction request.

Usage in your script

const sendNativeToken = await alturaGuard.sendNativeToken(AMOUNT,CHAIN_ID,RECIVER);

Parameters

ParameterTypeRequiredDescription

AMOUNT

String

Yes

Amount of token in wei

CHAIN_ID

Number

Yes

EVM Chain Indentifier

RECIVER

String

Yes

Wallet address of the receiver

Last updated