Interface iMsgTransferBadges<T>

interface iMsgTransferBadges<T> {
    collectionId: T;
    creator: string;
    transfers: iTransfer<T>[];
}

Type Parameters

Implemented by

Properties

collectionId: T

The ID of the collection to transfer badges from.

creator: string

The creator of the transaction.

transfers: iTransfer<T>[]

The transfers to perform.