Skip to content

@armada/sdk / index / buildTransactCalldata

Function: buildTransactCalldata()

buildTransactCalldata(transactions, poolAddress): TransactCalldata

Defined in: src/tx/serialize.ts:102

Serialize proved transactions into transact(Transaction[]) calldata. to is the pool address; value is 0 (a shielded transaction carries no native value).

Parameters

transactions

readonly TransactionData[]

poolAddress

`0x${string}`

Returns

TransactCalldata