OBJECT

DoubleBakingEvidenceRecord

link GraphQL Schema definition

  • type DoubleBakingEvidenceRecord implements Operation, OperationRecord {
  • # The kind of operation.
  • kind: OperationKind!
  • # The hash of the operation.
  • hash: OperationHash!
  • # The position of the operation in the operation batch.
  • batch_position: Int!
  • # The internal position of the internal operation in the operation.
  • internal: Int!
  • # The block containing this operation in the chain.
  • block: 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.
  • source: AccountRecord
  • # The account for the receiver of the operation.
  • receiver: AccountRecord
  • # The account for the sender of the operation.
  • sender: 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]
  • bigmap_values(
  • before: Cursor,
  • after: Cursor,
  • first: Int,
  • last: Int,
  • order_by: BigmapValueOrderByInput
  • ): BigmapValueRecordConnection!
  • }

link Require by

This element is not required by anyone