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

    Class GrantAuthorization

    GrantAuthorization extends a grant with both the addresses of the grantee and granter. It is used in genesis.proto and query.proto

    from message cosmos.authz.v1beta1.GrantAuthorization

    Hierarchy

    Index

    Constructors

    Properties

    authorization?: Any

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

    expiration?: Timestamp

    from field: google.protobuf.Timestamp expiration = 4;

    grantee: string = ""

    from field: string grantee = 2;

    granter: string = ""

    from field: string granter = 1;

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

    Methods