tx

Add a list of test transactions to this test block builder.

Since

0.10.4

Parameters

txs

the list of transactions to be added to this test block builder


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

Add test transactions to this test block builder.

Since

0.10.4

Parameters

txs

the transactions to be added to this test block builder


Add a single test transaction to this test block builder; the test transaction consisting of the specified list of test operation calls.

Since

0.10.4

Parameters

ops

the list of test operation calls to include in the transaction


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

Add a single test transaction to this test block builder; the test transaction consisting of the specified test operation calls.

Since

0.10.4

Parameters

ops

the test operation calls to include in the transaction