# Functions
GetTokenOwnerString returns a hex encoded string of the token owner.
NewMemoryLedger creates a new MemoryLedger.
NewZeroQuantity returns to zero quantity at the passed precision/ The precision is expressed in bits.
ToQuantity converts a string q to a BigQuantity of a given precision.
# Constants
No description provided by the author
# Structs
No description provided by the author
An Issuer that can import new tokens.
Manager is used to access TMS components.
A MemoryLedger is an in-memory ledger of transactions and unspent outputs.
A Transactor that can transfer tokens.
A Verifier validates and commits token transactions.
# Interfaces
Quantity models a token quantity and its basic operations.