Options
All
  • Public
  • Public/Protected
  • All
Menu

MsgExec attempts to execute the provided messages using authorizations granted to the grantee. Each message should have only one signer corresponding to the granter of the authorization.

Hierarchy

  • MsgExec

Index

Properties

Properties

grantee: string
msgs: internal.Any[]

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