OBJECT

ViewImplementation

link GraphQL Schema definition

  • type ViewImplementation {
  • # The view details for the Michelson function type view.
  • michelsonStorageView: MichelsonStorageViewType
  • # The view details for rest-api query type view.
  • restApiQuery: RestApiQueryType
  • }