bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    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.

    from message cosmos.authz.v1beta1.MsgExec

    Hierarchy

    Index

    Constructors

    Properties

    grantee: string = ""

    from field: string grantee = 1;

    msgs: Any[] = []

    Execute Msg. The x/authz will try to find a grant matching (msg.signers[0], grantee, MsgTypeURL(msg)) triple and validate it.

    from field: repeated google.protobuf.Any msgs = 2;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.authz.v1beta1.MsgExec"

    Methods