Builder

class Builder
cosmos-sdk/MsgGrant
Protobuf type TW.Cosmos.Proto.Message.AuthGrant

Functions

Link copied to clipboard
int64 expiration = 4;
Link copied to clipboard
string grantee = 2;
Link copied to clipboard
string granter = 1;
Link copied to clipboard
.TW.Cosmos.Proto.Message.StakeAuthorization grant_stake = 3;
Link copied to clipboard
Link copied to clipboard
open fun getExpiration(): Long
int64 expiration = 4;
Link copied to clipboard
open fun getGrantee(): String
string grantee = 2;
Link copied to clipboard
open fun getGranteeBytes(): ByteString
string grantee = 2;
Link copied to clipboard
open fun getGranter(): String
string granter = 1;
Link copied to clipboard
open fun getGranterBytes(): ByteString
string granter = 1;
Link copied to clipboard
open fun getGrantStake(): StakeAuthorization
.TW.Cosmos.Proto.Message.StakeAuthorization grant_stake = 3;
Link copied to clipboard
.TW.Cosmos.Proto.Message.StakeAuthorization grant_stake = 3;
Link copied to clipboard
open fun mergeGrantStake(value: StakeAuthorization): Cosmos.Message.AuthGrant.Builder
.TW.Cosmos.Proto.Message.StakeAuthorization grant_stake = 3;
Link copied to clipboard
int64 expiration = 4;
Link copied to clipboard
string grantee = 2;
Link copied to clipboard
string grantee = 2;
Link copied to clipboard
string granter = 1;
Link copied to clipboard
string granter = 1;
Link copied to clipboard
open fun setGrantStake(builderForValue: Builder): Cosmos.Message.AuthGrant.Builder
open fun setGrantStake(value: StakeAuthorization): Cosmos.Message.AuthGrant.Builder
.TW.Cosmos.Proto.Message.StakeAuthorization grant_stake = 3;