For the complete documentation index, see llms.txt. This page is also available as Markdown.

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);
const sendNativeToken:any = await alturaGuard.sendContractTransaction(AMOUNT,CHAIN_ID,RECIVER);

Parameters

Parameter
Type
Required
Description

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