Documentation ¶
Overview ¶
Handle information related to the account, tracks wallet addresses
Index ¶
Constants ¶
View Source
const ( ChainBitcoin = iota + 1 ChainEthereum ChainEthereumClassic ChainBitcoinCash ChainCallisto ChainRavenCoin )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Account ¶
type Account struct { ID *primitive.ObjectID `json:"id" bson:"_id,omitempty"` UserID string `json:"userid"` AccType int16 `json:"account_type"` Blockchain int16 `json:"blockchain"` Symbol *string `json:"symbol,omitempty" bson:"symbol,omitempty"` Address string `json:"address"` Nickname string `json:"nickname"` }
func GetAccountsForBlockchain ¶
GetAccountsForBlockchain retrieve a list of accounts for a particular blockchain.
Click to show internal directories.
Click to hide internal directories.