block

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

Creates a new block builder with specified transactions.

Since

0.10.4

Parameters

txs

Transactions to be included in this block builder


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

Creates a new block builder with a transaction containing the specified operations.

Since

0.10.4

Parameters

ops

Operations to be included in a transaction in this block builder