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

Sign and Submit Gasless Transaction

This Sign and Submit Gasless Transaction using this method.

API Specification

Sign and Submit Gasless Transaction

POST http://localhost:8888/wallet/signAndSubmitGaslessTxn

Sign and Submit Gasless Transaction under the given instance.

Headers

Name
Type
Description

Authorization*

String

Authorization id

Request Body

Name
Type
Description

to*

String

The recipient's address

walletId*

String

The ID of the wallet.

userId*

String

The user's ID

method*

String

The method for the transaction

contractABI*

String

The Application Binary Interface (ABI) of the contract

dappId*

String

Dapp Id

chainId*

String

Chain Id

params*

Additional parameters for the transaction

Take a look at how you might call this method using our official libraries, or via curl:

Last updated