StakeAuthorizationOrBuilder

Functions

Link copied to clipboard
abstract fun getAllowList(): Validators
allow_list specifies list of validator addresses to whom grantee can delegate tokens on behalf of granter's
account.
.TW.Cosmos.Proto.Message.StakeAuthorization.Validators allow_list = 2;
Link copied to clipboard
abstract fun getAuthorizationType(): AuthorizationType
authorization_type defines one of AuthorizationType.
.TW.Cosmos.Proto.Message.AuthorizationType authorization_type = 4;
Link copied to clipboard
authorization_type defines one of AuthorizationType.
.TW.Cosmos.Proto.Message.AuthorizationType authorization_type = 4;
Link copied to clipboard
abstract fun getDenyList(): Validators
deny_list specifies list of validator addresses to whom grantee can not delegate tokens.
.TW.Cosmos.Proto.Message.StakeAuthorization.Validators deny_list = 3;
Link copied to clipboard
abstract fun getMaxTokens(): Amount
max_tokens specifies the maximum amount of tokens can be delegate to a validator. If it is
empty, there is no spend limit and any amount of coins can be delegated.
.TW.Cosmos.Proto.Amount max_tokens = 1;
Link copied to clipboard
abstract fun getValidatorsCase(): ValidatorsCase
Link copied to clipboard
abstract fun hasAllowList(): Boolean
allow_list specifies list of validator addresses to whom grantee can delegate tokens on behalf of granter's
account.
.TW.Cosmos.Proto.Message.StakeAuthorization.Validators allow_list = 2;
Link copied to clipboard
abstract fun hasDenyList(): Boolean
deny_list specifies list of validator addresses to whom grantee can not delegate tokens.
.TW.Cosmos.Proto.Message.StakeAuthorization.Validators deny_list = 3;
Link copied to clipboard
abstract fun hasMaxTokens(): Boolean
max_tokens specifies the maximum amount of tokens can be delegate to a validator. If it is
empty, there is no spend limit and any amount of coins can be delegated.
.TW.Cosmos.Proto.Amount max_tokens = 1;

Inheritors

Link copied to clipboard