Checks if the node is a valid Michelson smart contract source containing all required and valid properties such as parameter
, storage
and code
.
This is a type guard function which either returns true of throws an exception.
An AST node
Checks if the node is a valid Michelson data literal such as (Pair {Elt "0" 0} 0)
.
This is a type guard function which either returns true of throws an exception.
An AST node
Checks if the node is a valid Michelson code (sequence of instructions). This is a type guard function which either returns true of throws an exception.
An AST node
Checks if the node is a valid Michelson type expression. This is a type guard function which either returns true of throws an exception.
An AST node
Formats Micheline expression
An AST node
Options
Checks if the node is a valid Michelson code (sequence of instructions).
An AST node
Checks if the node is a valid Michelson data literal such as (Pair {Elt "0" 0} 0)
.
An AST node
Checks if the node is a valid Michelson smart contract source containing all required and valid properties such as parameter
, storage
and code
.
An AST node
Checks if the node is a valid Michelson type expression.
An AST node
Generated using TypeDoc
An AST node representing valid Michelson expression. Directly corresponds to JSON-encoded Michelson node