OBJECT

MichelsonStorageViewType

link GraphQL Schema definition

  • type MichelsonStorageViewType {
  • # A string representing the version of Michelson that the view is meant to work
  • # with.
  • version: String
  • # Michelson type parameters required by the view code.
  • parameter: Micheline
  • # The type of the result of the view.
  • returnType: Micheline!
  • # The Michelson code expression implementing the view.
  • canonical_code: Micheline
  • # A list of objects documenting the annotation name and description.
  • annotations: MichelsonStorageViewTypeAnnotation
  • michelson_code: String
  • }