OBJECT
A total balance annotated with the amount that is currently unknown with the invariant: unknown <= total
type AnnotatedBalance {# The amount of coda owned by the accounttotal: UInt64! # The amount of coda owned by the account whose origin is currently unknownunknown: UInt64! }