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

    MsgGrantAllowance adds permission for Grantee to spend up to Allowance of fees from the account of Granter.

    from message cosmos.feegrant.v1beta1.MsgGrantAllowance

    Hierarchy

    Index

    Constructors

    Properties

    allowance?: Any

    allowance can be any of basic, periodic, allowed fee allowance.

    from field: google.protobuf.Any allowance = 3;

    grantee: string = ""

    grantee is the address of the user being granted an allowance of another user's funds.

    from field: string grantee = 2;

    granter: string = ""

    granter is the address of the user granting an allowance of their funds.

    from field: string granter = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "cosmos.feegrant.v1beta1.MsgGrantAllowance"

    Methods