Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Currency ¶
func (*Currency) UnmarshalJSON ¶
type PubKeyEd25519 ¶
type PubKeyEd25519 []byte
type Stake ¶
type Stake struct { Validator PubKeyEd25519 `json:"validator"` Amount Currency `json:"amount"` Delegates []Delegate `json:"delegates"` }
Click to show internal directories.
Click to hide internal directories.