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

    Class MsgNewCollection

    from message badges.MsgNewCollection

    Hierarchy

    Index

    Constructors

    Properties

    addressLists: badges.AddressList[] = []

    from field: repeated badges.AddressList addressLists = 11;

    collectionApprovals: badges.CollectionApproval[] = []

    from field: repeated badges.CollectionApproval collectionApprovals = 5;

    collectionMetadataTimeline: badges.CollectionMetadataTimeline[] = []

    from field: repeated badges.CollectionMetadataTimeline collectionMetadataTimeline = 2;

    contractAddressTimeline: ContractAddressTimeline[] = []

    from field: repeated badges.ContractAddressTimeline contractAddressTimeline = 10;

    cosmosCoinWrapperPathsToAdd: badges.CosmosCoinWrapperPathAddObject[] = []

    from field: repeated badges.CosmosCoinWrapperPathAddObject cosmosCoinWrapperPathsToAdd = 16;

    creator: string = ""

    See collections.proto for more details about these MsgNewBadge fields. Defines the token details. Leave unneeded fields empty.

    from field: string creator = 1;

    customDataTimeline: badges.CustomDataTimeline[] = []

    from field: repeated badges.CustomDataTimeline customDataTimeline = 4;

    defaultBalances: badges.Balance[] = []

    The default balances for the user

    from field: repeated badges.Balance defaultBalances = 15;

    defaultDisapproveSelfInitiated: boolean = false

    from field: bool defaultDisapproveSelfInitiated = 14;

    defaultIncomingApprovals: badges.UserIncomingApproval[] = []

    The user's approved incoming transfers for each token ID.

    from field: repeated badges.UserIncomingApproval defaultIncomingApprovals = 13;

    defaultOutgoingApprovals: badges.UserOutgoingApproval[] = []

    The user's approved transfers for each token ID.

    from field: repeated badges.UserOutgoingApproval defaultOutgoingApprovals = 12;

    from field: badges.CollectionPermissions permissions = 6;

    standardsTimeline: badges.StandardsTimeline[] = []

    from field: repeated badges.StandardsTimeline standardsTimeline = 7;

    tokenMetadataTimeline: badges.TokenMetadataTimeline[] = []

    from field: repeated badges.TokenMetadataTimeline tokenMetadataTimeline = 3;

    tokensToCreate: badges.Balance[] = []

    Token supplys and amounts to create. For each idx, we create amounts[idx] badges each with a supply of supplys[idx]. If supply[idx] == 0, we assume default supply. amountsToCreate[idx] can't equal 0.

    from field: repeated badges.Balance tokensToCreate = 8;

    transfers: badges.Transfer[] = []

    from field: repeated badges.Transfer transfers = 9;

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

    Methods