Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountTypeI ¶ added in v0.5.0
type AccountTypeI interface { Format(s fmt.State, verb rune) String() string MarshalJSON() ([]byte, error) }
AccountTypeI expected account type functions
type GuardianI ¶ added in v0.5.0
type GuardianI interface { GetDescription() string GetAccountType() AccountTypeI GetAddress() sdk.AccAddress GetAddedBy() sdk.AccAddress }
GuardianI expected guardian functions
Click to show internal directories.
Click to hide internal directories.