OBJECT
The code and the initial storage of a contract.
type ContractScript {# The code of the contract.code: [Micheline!]! storage: Micheline! storage_micheline_json: Micheline! storage_michelson: Micheline! }