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

    Class MsgMintAndDistributeTokens

    This handles both minting more of existing badges and creating new tokens.

    from message badges.MsgMintAndDistributeTokens

    Hierarchy

    Index

    Constructors

    Properties

    addressLists: badges.AddressList[] = []

    from field: repeated badges.AddressList addressLists = 8;

    collectionApprovals: badges.CollectionApproval[] = []

    from field: repeated badges.CollectionApproval collectionApprovals = 7;

    collectionId: string = ""

    from field: string collectionId = 2;

    collectionMetadataTimeline: badges.CollectionMetadataTimeline[] = []

    from field: repeated badges.CollectionMetadataTimeline collectionMetadataTimeline = 5;

    creator: string = ""

    from field: string creator = 1;

    tokenMetadataTimeline: badges.TokenMetadataTimeline[] = []

    from field: repeated badges.TokenMetadataTimeline tokenMetadataTimeline = 6;

    tokensToCreate: badges.Balance[] = []

    from field: repeated badges.Balance tokensToCreate = 3;

    transfers: badges.Transfer[] = []

    from field: repeated badges.Transfer transfers = 4;

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

    Methods