deltablast

fun deltablast(js: ObjectNode): DeltaBlast

Creates a new DeltaBlast instance by parsing the given JSON input.

Return

The new DeltaBlast instance.

Parameters

js

JSON object to parse.


fun deltablast(): DeltaBlast

Creates a new, defaulted DeltaBlast instance.

Return

The new DeltaBlast instance.