Create And Execute Txn
Last updated
Last updated
The "Create and Execute Transaction" feature in the KrypC wallet-dev Service API enables users to seamlessly generate and execute transactions on the blockchain, providing a straightforward method for interacting with digital assets and facilitating secure financial transactions.
This will allow to create a transaction and execute transactions in the network.
POST
https://api.krypcore.com/api/v0/devWallet/createAndExecuteTx
To create and execute Txn API under given instance.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Take a look at how you might call this method using our official libraries, or via curl
DappId*
String
DappId
Authorization*
String
User Auth key obtained
SubscriptionId
String
SubscriptionId
ChainId
String
ChainId
privateKey*
String
Private key
to*
String
To Address
chainId*
String
Chain ID
method*
String
Method
params*
String
Params
isContractTxn*
String
IsContractTxn
contractABI*
String
ContractABI