Skip to content

Converts a TransferWithIncrements<bigint>[] to a Transfer<bigint>[].

getTransfersFromTransfersWithIncrements<T>(transfersWithIncrements, blockTime): Transfer<T>[]

Defined in: packages/bitbadgesjs-sdk/src/core/transfers.ts:340

Converts a TransferWithIncrements<bigint>[] to a Transfer<bigint>[].

Note that if there are N increments, this will create N transfers.

Type Parameters

T

T extends NumberType

Parameters

transfersWithIncrements

iTransferWithIncrements<T>[]

The list of transfers with increments.

blockTime

T

Returns

Transfer<T>[]

Edit this page on GitHub