interface MsgRevokeParams {
    grantee: string;
    granter: string;
    msg: SecretJS.Tx.MsgGrantAuthorization;
}

Hierarchy (view full)

Properties

Properties

grantee: string
granter: string

revokes any authorization with the provided sdk.Msg type on the granter's account with that has been granted to the grantee.

Generated using TypeDoc