OBJECT
The code and the storage of a contract. Corresponds to Tezos RPC -> $scripted.contracts.
$scripted.contracts
type ScriptedContracts {# The code of the contract.code: [Micheline!]! # The initial storage value in Michelson format.storage: Micheline! }