Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 468 Bytes

prepend.md

File metadata and controls

23 lines (12 loc) · 468 Bytes

@gala-chain/chaincodeAPI


API > prepend

Function: prepend()

prepend<T>(arr, iterator): AsyncIterator<T, any, undefined>

Type parameters

T

Parameters

arr: T[]

iterator: AsyncIterator<T, any, undefined>

Source

chaincode/src/types/FabricIterable.ts:56