Documentation ¶
Index ¶
Constants ¶
View Source
const AttoSoult = "asoult"
Variables ¶
This section is empty.
Functions ¶
func GetSoulMetadata ¶
Types ¶
type AccountKeeper ¶
type AccountKeeper interface {
GetModuleAddress(name string) sdk.AccAddress
}
type BankKeeper ¶
type ERC20Keeper ¶
type StakingKeeper ¶
type StakingKeeper interface {
GetValidator(ctx sdk.Context, addr sdk.ValAddress) (validator stakingtypes.Validator, found bool)
}
Click to show internal directories.
Click to hide internal directories.