InteropInterfaceContractParameterDefinition

Interface
Contract parameter 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 InteropInterfaceContractParameterDefinition extends ContractParameterDefinitionBase { 
  readonly type: 'InteropInterface'; 
} 

Properties

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