Documentation ¶
Index ¶
Constants ¶
View Source
const ( CoinType kt.Type = "HOTU.COIN" CoinVersion = kt.DefaultVersion )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Coin ¶
type Coin struct { Type kt.Type `bson:"t" json:"t"` Version kt.Version `bson:"v" json:"v"` Vn vn.ID `bson:"vn" json:"vn"` Signature *kt.Signature `bson:"s" json:"s"` Code uc.Code `bson:"code" json:"code"` Wei uc.WEI `bson:"wei" json:"wei"` }
func (*Coin) GetSignature ¶
func (*Coin) GetVersion ¶
func (*Coin) SetSignature ¶
Click to show internal directories.
Click to hide internal directories.