Interface iUploadBalancesPayload

interface iUploadBalancesPayload {
    balances: iOffChainBalancesMap<NumberType>;
    collectionId: NumberType;
}

Properties

A JSON map of BitBadges addresses or list IDs -> iBalance[]. This will overwrite ALL balances for the collection.

IMPORTANT: Ensure the keys are BitBadges converted addresses, not native addresses.

collectionId: NumberType

The collection ID to update balances for.

MMNEPVFCICPMFPCPTTAAATR