Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationI ¶
type ApplicationI interface { IsJailed() bool // whether the application is jailed GetStatus() sdk.StakeStatus // status of the application IsStaked() bool // check if has a staked status IsUnstaked() bool // check if has status unstaked IsUnstaking() bool // check if has status unstaking GetChains() []string // retrieve the staked chains GetAddress() sdk.Address // operator address to receive/return applications coins GetPublicKey() crypto.PublicKey // validation consensus pubkey GetTokens() sdk.BigInt // validation tokens GetMaxRelays() sdk.BigInt // maximum relays }
ApplicationI expected application functions
Click to show internal directories.
Click to hide internal directories.