OBJECT

AnnotatedBalance

A total balance annotated with the amount that is currently unknown with the invariant: unknown <= total

link GraphQL Schema definition

  • type AnnotatedBalance {
  • # The amount of coda owned by the account
  • total: UInt64!
  • # The amount of coda owned by the account whose origin is currently unknown
  • unknown: UInt64!
  • }