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

    Interface iMsgTransferTokens<T>

    interface iMsgTransferTokens<T extends NumberType> {
        collectionId: string;
        creator: string;
        transfers: iTransfer<T>[];
    }

    Type Parameters

    Implemented by

    Index

    Properties

    collectionId: string

    The ID of the collection to transfer tokens from.

    creator: string

    The creator of the transaction.

    transfers: iTransfer<T>[]

    The transfers to perform.