Last updated
Last updated
The "Sign And Submit Gasless Txn Using (Dev wallet)" API endpoint provided by Krypcore allows developers to sign and submit a gasless transaction using a developer wallet.
POST
https://api.krypcore.com/api/v0/devWallet/signAndSubmitGaslessTx
Sign And Submit Gasless Txn under the given instance.
Take a look at how you might call this method using our official libraries, or via curl
Authorization*
String
User Auth key obtained
privateKey*
String
The private key associated with the developer wallet for signing the transaction
dAppId*
String
Dapp ID associated with the application
chainId*
String
Chain ID representing the blockchain protocol
to*
String
Contract address to which the gasless transaction is being sent
contractAbi*
String
The ABI (Application Binary Interface) of the contract
method*
String
The specific method of the contract for which the gasless transaction is being initiated
params*
String
Parameters required for the specified contract method