Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MichelsonStorageView

An off-chain view using Michelson as a scripting language to interpret the storage of a contract.

Hierarchy

  • MichelsonStorageView

Index

Properties

michelsonStorageView

michelsonStorageView: { annotations?: { description: string; name: string }[]; code: Int | StringExpression | Bytes | Sequence | GenericPrimAnyNumberOfArgsWithOrWithoutAnnot; parameter?: Int | StringExpression | Bytes | Sequence | GenericPrimAnyNumberOfArgsWithOrWithoutAnnot; returnType: Int | StringExpression | Bytes | Sequence | GenericPrimAnyNumberOfArgsWithOrWithoutAnnot; version?: undefined | string }

Type declaration

Generated using TypeDoc