Create And Execute Txn
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.
API Specification
Create And Execute Txn API
POST
https://api.krypcore.com/api/v0/devWallet/createAndExecuteTx
To create and execute Txn API under given instance.
Headers
Name | Type | Description |
---|---|---|
DappId* | String | DappId |
Authorization* | String | User Auth key obtained |
SubscriptionId | String | SubscriptionId |
ChainId | String | ChainId |
Request Body
Name | Type | Description |
---|---|---|
privateKey* | String | Private key |
to* | String | To Address |
chainId* | String | Chain ID |
method* | String | Method |
params* | String | Params |
isContractTxn* | String | IsContractTxn |
contractABI* | String | ContractABI |
Take a look at how you might call this method using our official libraries, or via curl
Last updated