block

constructor(txs: list<rell.test.tx>)

Construct a test block builder from the specified list of transactions.

Since

0.10.4

Parameters

txs

the list of test transactions with which to initialize this test block builder


constructor(txs: rell.test.tx...)

Construct a test block builder from the specified transactions.

Since

0.10.4

Parameters

txs

the test transactions with which to initialize this test block builder


constructor(ops: list<rell.test.op>)

Construct a test block builder with a single test transaction consisting of the specified list of test operation calls.

Since

0.10.4

Parameters

ops

the list of test operation calls


constructor(ops: rell.test.op...)

Construct a test block builder with a single test transaction consisting of the specified test operation calls.

Since

0.10.4

Parameters

ops

the test operation calls