interface MsgExecParams {
    grantee: string;
    msgs: SecretJS.Tx.Msg[];
}

Hierarchy (view full)

Properties

Properties

grantee: string
msgs: SecretJS.Tx.Msg[]

Authorization Msg requests to execute. Each msg must implement Authorization interface The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg)) triple and validate it.

Generated using TypeDoc