TransactionPack()
Summary
Route
Type
Example
Description
Request
Request Structure
{
// parameters common for all requests
"MethodApi" : "string_value", // API method name to form and process a transaction
"PublicKey":"string_value", // Sender public key in Base58
"ReceiverPublicKey":"string_value", // Recipient public key in Base58
"Amount":"decimal", // Transaction amount
"Fee":"decimal", // Maximum fee approved by the user
"SmartContractSource":"String_value", //Source code of smart contract
"UserData":"string_value" // If needed extra information can be stored inside UserData
}Request Parameters
Response
Response Structure
Example Code
Python
C++
C#
Last updated