Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bank ¶
type Bank interface { Open() Token PIN(Token, PIN) Error Balance(Token) (float32, Error) Transfer(Token, float32, AccountID) Error SetAsset(AccountID, exchange.Symbol, uint64) GetAssets(Token) (map[exchange.Symbol]uint64, Error) TransferAsset(Token, exchange.Symbol, uint64, AccountID) Error // Move [3] shares of [2] from [1] to [4] Freeze(AccountID) Thaw(AccountID) }
Click to show internal directories.
Click to hide internal directories.