ABIReturnBase

Interface
Common properties of all ABIReturn specifications.
export interface ABIReturnBase { 
  readonly optional?: boolean; 
  readonly forwardedValue?: boolean; 
} 

Properties

optional
boolean
true if the value can be undefined
forwardedValue
boolean
true if the smart contract expects this value to be forwarded by another smart contract.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE