tx

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

Creates a new transaction builder containing a list of operations.

Since

0.10.4

Parameters

ops

Operations to be included in this transaction


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

Creates a new transaction builder containing any number of operations.

Since

0.10.4

Parameters

ops

Operations to be included in this transaction


constructor(ops: list<-mirror_struct<-operation>>)

Creates a new transaction builder containing a list of operation structures.

Since

0.10.4

Parameters

ops

Operations to be included in this transaction


constructor(ops: mirror_struct<-operation>...)

Creates a new transaction builder containing any number of operation structures.

Since

0.10.4

Parameters

ops

Operations to be included in this transaction