Magidoc

Transaction
Object

Fields

#

hash

Non-null

The hash of the transaction.

blockHash

Non-null

The block hash of the specific transaction.

blockHeight

Non-null

The block number of the specific transaction.

method

Non-null

The method of the specific transaction.

errorMessage

Non-null

The error message if transaction failed.

status

Non-null

True if transaction success.

timestamp

Non-null

The timestamp of the specific transaction.

from

Non-null

fromBalance

The total amount of transferrable native tokens of the from address.

toBalance

The total amount of transferrable native tokens of the to address.

value

Non-null

The total amount of native tokens transfered in the specific transaction.

gasPrice

Non-null

fee

Non-null

type

Non-null

The type of the specific transaction (Transfer, delegate, undelegate, etc.).

validator

The bid (validator) address.

raw

Non-null

A string containing the JSON-RPC data of the transaction.

Usages

#

References

#