Get desktop application:
View/edit binary Protocol Buffers messages
Necessary fields to process an CancelOfferNftMessage
Used in:
Receiver address
Creator address
Name of the collection
Name of the NFT
Property version (should be often 0)
Necessary fields to process an ClaimNftMessage
Used in:
Sender address
Creator address
Name of the collection
Name of the NFT
Property version (should be often 0)
Necessary fields to process a CreateAccountMessage
Used in:
auth account address to create
Necessary fields to process a ManagedTokensRegisterMessage
Used in:
token function to register, e.g BTC: 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::BTC
Used in:
Necessary fields to process an OfferNftMessage
Used in:
Receiver address
Creator address
Name of the collection
Name of the NFT
Property version (should be often 0)
Amount of NFT's to transfer (should be often 1)
Input data necessary to create a signed transaction.
Sender Account address (string)
Sequence number, incremented atomically for each tx present on the account, start at 0 (int64)
Max gas amount that the user is willing to pay (uint64)
Gas unit price - queried through API (uint64)
Expiration timestamp for the transaction, can't be in the past (uint64)
Chain id 1 (mainnet) 32(devnet) (uint32 - casted in uint8_t later)
Private key to sign the transaction (bytes)
hex encoded function to sign, use it for smart contract approval (string)
Transaction signing output.
/ The raw transaction (bytes)
/ Public key and signature to authenticate
/ Signed and encoded transaction bytes.
Transaction json format for api broadcasting (string)
Necessary tag for type function argument
Used in: ,
Address of the account
Module name
Identifier
Necessary fields to process a TokenTransferMessage
Used in:
Destination Account address (string)
Amount to be transferred (uint64)
token function to call, e.g BTC: 0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9::coins::BTC
Information related to the signed transaction
Used in:
Signature part of the signed transaction (bytes)
Public key of the signer (bytes)
Necessary fields to process a TransferMessage
Used in:
Destination Account address (string)
Amount to be transferred (uint64)