tx

function tx(txs: rell.test.tx...): rell.test.block

Adds a list of transactions to this block builder.

Since

0.10.4

Parameters

txs

Transactions to be added to this block


function tx(ops: rell.test.op...): rell.test.block

Adds a transaction containing a list of operations.

Since

0.10.4

Parameters

ops

Operations to include in the transaction