op

function op(ops: list<rell.test.op>): rell.test.tx
function op(ops: rell.test.op...): rell.test.tx

Adds a list op operations to this transaction builder.

Since

0.10.4

Parameters

ops

The operations to add


Adds a list op operation structures to this transaction builder.

Since

0.10.4

Parameters

ops

The operation structures to add