TransactionPack()

Summary

RouteTypeExample
/Transaction/PackPOSThttp://apinode.credits.com/api/Transaction/Pack

Description

Packs a transaction to a byte array

This is needed for sending a transaction

Request

Request Structure

JSON
Copy

Request Parameters

MethodApi: string value - it’s vital to specify the API method to pack the transaction: "TransferToken", "TransferCs", "Delegation", "SmartDeploy", "SmartMethodExecute";

PublicKey: string_value - sender public key in base58

ReceiverPublicKey: string_value - recipient public key in base58

Amount: decimal - transaction amount as a decimal or integer number

Fee: decimal - maximum fee approved by the user as a decimal or integer number

UserData: string_value - data the user sent with the transaction including the data about deployment and initiation of a smart contract

Response

Response Structure

JSON
Copy

Example Code

Python
C#
C++
Copy
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard