InteropInterfaceContractParameter

Interface
Invocation stack item for anything other than the other valid contract parameters. Examples include the Block builtin. If these builtins remain on the stack after invocation, for example, as a return value, then they will be serialized as this empty interface.
export interface InteropInterfaceContractParameter { 
  readonly type: 'InteropInterface'; 
} 

Properties

type
'InteropInterface'
type distinguishes InteropInterfaceContractParameter from other ContractParameter object types.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE