OBJECT
TransactionRecord
link GraphQL Schema definition
- type TransactionRecord implements Operation, OperationRecord, MoneyOperation, MoneyOperationRecord, Transaction {
- # The kind of operation.
- OperationKind! :
- # The cost of an operation in mutez.
- Mutez! :
- PositiveBigNumber :
- PositiveBigNumber :
- PositiveBigNumber :
- # The amount of tz transferred.
- Mutez :
- TransactionParameters :
- TransactionRecordMetadata :
- # The hash of the operation.
- OperationHash! :
- # The position of the operation in the operation batch.
- Int! :
- # The internal position of the internal operation in the operation.
- Int! :
- # The block containing this operation in the chain.
- BlockRecord! :
- # The implicit account for the source of the operation. An Implicit account starts
- # with the letters tz followed by 1, 2 or 3 and the hash of the public key.
- AccountRecord :
- # The account for the receiver of the operation.
- AccountRecord :
- # The account for the sender of the operation.
- AccountRecord :
- # The array containing the values added or modified in this operation
- #
- # Arguments
- # before: [Not documented]
- # after: [Not documented]
- # first: [Not documented]
- # last: [Not documented]
- # order_by: [Not documented]
- (
- Cursor, :
- Cursor, :
- Int, :
- Int, :
- BigmapValueOrderByInput :
- ): BigmapValueRecordConnection!
- # The storage size of an operation.
- Decimal :
- # The Account that this transaction was sent to.
- AccountRecord! :
- }
link Require by
This element is not required by anyone