BorrowFn
@iota/identity-wasm API documentation
Type Alias: BorrowFn()
BorrowFn: (
tx
,objects
) =>void
Closure needed to define what should be done with the borrowed objects.
Parameters
tx
TransactionDataBuilder
objects
Map
<string
, [Argument
, IotaObjectData
]>
Returns
void