OBJECT
MichelsonStorageViewType
link GraphQL Schema definition
- type MichelsonStorageViewType {
- # A string representing the version of Michelson that the view is meant to work
- # with.
- String :
- # Michelson type parameters required by the view code.
- Micheline :
- # The type of the result of the view.
- Micheline! :
- # The Michelson code expression implementing the view.
- Micheline :
- # A list of objects documenting the annotation name and description.
- MichelsonStorageViewTypeAnnotation :
- String :
- }