OBJECT

WorkDescription

Transition from a source ledger to a target ledger with some fee excess and increase in supply

link GraphQL Schema definition

  • type WorkDescription {
  • # Base58Check-encoded hash of the source ledger
  • sourceLedgerHash: String!
  • # Base58Check-encoded hash of the target ledger
  • targetLedgerHash: String!
  • # Total transaction fee that is not accounted for in the transition from source
  • # ledger to target ledger
  • feeExcess: SignedFee!
  • # Increase in total coinbase reward
  • supplyIncrease: UInt64!
  • # Unique identifier for a snark work
  • workId: Int!
  • }