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

    Class MsgCreateCollection

    MsgCreateCollection is used to create a new collection.

    from message badges.MsgCreateCollection

    Hierarchy

    Index

    Constructors

    Properties

    collectionApprovals: badges.CollectionApproval[] = []

    Collection approvals.

    from field: repeated badges.CollectionApproval collectionApprovals = 9;

    collectionMetadataTimeline: badges.CollectionMetadataTimeline[] = []

    Collection metadata timeline entries.

    from field: repeated badges.CollectionMetadataTimeline collectionMetadataTimeline = 6;

    collectionPermissions?: badges.CollectionPermissions

    Collection permissions.

    from field: badges.CollectionPermissions collectionPermissions = 4;

    cosmosCoinWrapperPathsToAdd: badges.CosmosCoinWrapperPathAddObject[] = []

    IBC wrapper paths to add.

    from field: repeated badges.CosmosCoinWrapperPathAddObject cosmosCoinWrapperPathsToAdd = 13;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    customDataTimeline: badges.CustomDataTimeline[] = []

    Custom data timeline entries.

    from field: repeated badges.CustomDataTimeline customDataTimeline = 8;

    defaultBalances?: badges.UserBalanceStore

    The default balances for the user

    from field: badges.UserBalanceStore defaultBalances = 2;

    Collection-level invariants that cannot be broken.

    from field: badges.CollectionInvariants invariants = 14;

    isArchivedTimeline: badges.IsArchivedTimeline[] = []

    isArchived timeline entries.

    from field: repeated badges.IsArchivedTimeline isArchivedTimeline = 11;

    managerTimeline: badges.ManagerTimeline[] = []

    Manager timeline entries.

    from field: repeated badges.ManagerTimeline managerTimeline = 5;

    mintEscrowCoinsToTransfer: Coin[] = []

    Coins to be transferred to the mint escrow address.

    from field: repeated cosmos.base.v1beta1.Coin mintEscrowCoinsToTransfer = 12;

    standardsTimeline: badges.StandardsTimeline[] = []

    Standards timeline entries.

    from field: repeated badges.StandardsTimeline standardsTimeline = 10;

    tokenMetadataTimeline: badges.TokenMetadataTimeline[] = []

    Token metadata timeline entries.

    from field: repeated badges.TokenMetadataTimeline tokenMetadataTimeline = 7;

    validTokenIds: badges.UintRange[] = []

    New token IDs to add to this collection

    from field: repeated badges.UintRange validTokenIds = 3;

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

    Methods