neo-debugger icon indicating copy to clipboard operation
neo-debugger copied to clipboard

Neo3 Interop Interface Inspection support

Open devhawk opened this issue 5 years ago • 1 comments

devhawk avatar Jun 18 '20 21:06 devhawk

InteropInterfaces in Neo 3 preview 2 are one of the following

  • Neo IIterable (internal in preview 2)
    • Key
    • Value
  • Neo IEnumerable (internal in preview 2)
    • Value
  • IVerifiable (Runtime_GetScriptContainer)
    • Transaction
    • Block
    • ConsensusPayload
  • StorageContext (internal in preview 2)
  • ContractState (only used in Contract_Create)

devhawk avatar Jun 23 '20 21:06 devhawk