ForwardedValue

Type Alias
Marks a parameter or return type of a public SmartContract method as expecting a forwarded value. See the Forward Values chapter of the advanced guide for more information.
export type ForwardedValue<T extends SmartContractArg> = T | (T & ForwardedValueTag<T>); 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE