Minting
Yep, we mint assets...
let tradeInfo = {
counterPart: '0xSomeCountearpart',
description: 'Show me the money',
payments: [
{
amount: 100,
collateral: 10,
type: 'stream',
startDate: '2022-12-12',
endDate: '2023-12-12'
}
]
}Approval
await seller.invoke(
txFlowContract,
'approve',
{ spender: txAssetContract.address, amount: toUint256WithFelts("5") },
{ maxFee: FEE}
)Initiate
Members
Last updated