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.
parameter
storage
code
An AST node
Checks if the node is a valid Michelson smart contract source containing all required and valid properties such as
parameter
,storage
andcode
. This is a type guard function which either returns true of throws an exception.