OBJECT
DoubleBakingEvidenceRecord
link GraphQL Schema definition
- type DoubleBakingEvidenceRecord implements Operation, OperationRecord {
- # The kind of operation.
- OperationKind! :
- # 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!
- }
link Require by
This element is not required by anyone