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

    Class MsgDeleteOutgoingApproval

    MsgDeleteOutgoingApproval is a helper message to delete a single outgoing approval.

    from message badges.MsgDeleteOutgoingApproval

    Hierarchy

    Index

    Constructors

    Properties

    approvalId: string = ""

    The ID of the approval to delete.

    from field: string approvalId = 3;

    collectionId: string = ""

    ID of the collection.

    from field: string collectionId = 2;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    fields: FieldList = ...
    runtime: ProtoRuntime = proto3
    typeName: "badges.MsgDeleteOutgoingApproval"

    Methods