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
- : String!
- # Base58Check-encoded hash of the target ledger
- : String!
- # Total transaction fee that is not accounted for in the transition from source
- # ledger to target ledger
- : SignedFee!
- # Increase in total coinbase reward
- : UInt64!
- # Unique identifier for a snark work
- : Int!
- }