Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountResp ¶
type AccountResp struct { Height string `json:"height"` Result json.RawMessage `json:"result"` }
/ AccountResp the response from statechain
type Msg ¶
type Msg struct { Type string `json:"type"` Value stypes.MsgSetTxIn `json:"value"` }
type PoolAddresses ¶
type PoolAddresses struct { Previous common.Address `json:"previous"` Current common.Address `json:"current"` Next common.Address `json:"next"` RotateAt int64 `json:"rotate_at"` }
var EmptyPoolAddress PoolAddresses
EmptyPoolAddress is just empty
func (PoolAddresses) IsEmpty ¶
func (pa PoolAddresses) IsEmpty() bool
IsEmpty check whether PoolAddress is empty
Click to show internal directories.
Click to hide internal directories.