Submitting a native transaction request
This method allows you to send a native transaction request.
Last updated
This method allows you to send a native transaction request.
const sendNativeToken = await alturaGuard.sendNativeToken(AMOUNT,CHAIN_ID,RECIVER);const sendNativeToken:any = await alturaGuard.sendContractTransaction(AMOUNT,CHAIN_ID,RECIVER);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