class Goto
extends Instruction

Goto instructions are used in Qworum scripts for starting a new phase in the current Qworum method call.

Examples

Example 1

const goto = Goto.build('home/');

Static Methods

build(href)

Builder for Goto instructions.

Properties

readonly
href

Methods

Serialises the object to string for informational purposes.

See