interface MsgGrantParams {
    authorization: SecretJS.Tx.GenericAuthorization | SecretJS.Tx.SendAuthorization | SecretJS.Tx.StakeAuthorization;
    expiration: number;
    grantee: string;
    granter: string;
}

Hierarchy (view full)

Properties

expiration: number

Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.

grantee: string
granter: string

Generated using TypeDoc