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

    Class MsgUpdateCollection

    MsgUpdateCollection is used to update a collection.

    from message badges.MsgUpdateCollection

    Hierarchy

    Index

    Constructors

    Properties

    collectionApprovals: badges.CollectionApproval[] = []

    New collection approvals to set.

    from field: repeated badges.CollectionApproval collectionApprovals = 16;

    collectionId: string = ""

    ID of the collection (0 for new collection).

    from field: string collectionId = 2;

    collectionMetadataTimeline: badges.CollectionMetadataTimeline[] = []

    New collection metadata timeline to set.

    from field: repeated badges.CollectionMetadataTimeline collectionMetadataTimeline = 10;

    collectionPermissions?: badges.CollectionPermissions

    New collection permissions to set.

    from field: badges.CollectionPermissions collectionPermissions = 6;

    cosmosCoinWrapperPathsToAdd: badges.CosmosCoinWrapperPathAddObject[] = []

    IBC wrapper paths to add.

    from field: repeated badges.CosmosCoinWrapperPathAddObject cosmosCoinWrapperPathsToAdd = 22;

    creator: string = ""

    Address of the creator.

    from field: string creator = 1;

    customDataTimeline: badges.CustomDataTimeline[] = []

    New custom data timeline to set.

    from field: repeated badges.CustomDataTimeline customDataTimeline = 14;

    Collection-level invariants that cannot be broken. These are set upon genesis and cannot be modified.

    from field: badges.CollectionInvariants invariants = 23;

    isArchivedTimeline: badges.IsArchivedTimeline[] = []

    New isArchived timeline to set.

    from field: repeated badges.IsArchivedTimeline isArchivedTimeline = 20;

    managerTimeline: badges.ManagerTimeline[] = []

    New manager timeline to set.

    from field: repeated badges.ManagerTimeline managerTimeline = 8;

    mintEscrowCoinsToTransfer: Coin[] = []

    Coins to be transferred to the mint escrow address.

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

    standardsTimeline: badges.StandardsTimeline[] = []

    New standards timeline to set.

    from field: repeated badges.StandardsTimeline standardsTimeline = 18;

    tokenMetadataTimeline: badges.TokenMetadataTimeline[] = []

    New token metadata timeline to set.

    from field: repeated badges.TokenMetadataTimeline tokenMetadataTimeline = 12;

    updateCollectionApprovals: boolean = false

    Indicates if collection approvals should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateCollectionApprovals = 15;

    updateCollectionMetadataTimeline: boolean = false

    Indicates if the collection metadata timeline should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateCollectionMetadataTimeline = 9;

    updateCollectionPermissions: boolean = false

    Indicates if collection permissions should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateCollectionPermissions = 5;

    updateCustomDataTimeline: boolean = false

    Indicates if the custom data timeline should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateCustomDataTimeline = 13;

    updateIsArchivedTimeline: boolean = false

    Indicates if the isArchived timeline should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateIsArchivedTimeline = 19;

    updateManagerTimeline: boolean = false

    Indicates if the manager timeline should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateManagerTimeline = 7;

    updateStandardsTimeline: boolean = false

    Indicates if the standards timeline should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateStandardsTimeline = 17;

    updateTokenMetadataTimeline: boolean = false

    Indicates if the token metadata timeline should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateTokenMetadataTimeline = 11;

    updateValidTokenIds: boolean = false

    Indicates if the valid token IDs should be updated. If true, we set to value in this Msg. If false, we keep existing value.

    from field: bool updateValidTokenIds = 3;

    validTokenIds: badges.UintRange[] = []

    New token IDs to add to this collection

    from field: repeated badges.UintRange validTokenIds = 4;

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

    Methods