ForwardOptions

Interface
Additional options that are automatically provided by the forward<method>Args` method. In particular, this object provides the event specification when forwarding values.
export interface ForwardOptions<TEvent extends Event<string, any> = Event> { 
  readonly events?: readonly ContractEventDescriptorClient[]; 
  readonly __tag?: TEvent; 
} 

Properties

events
readonly ContractEventDescriptorClient[]
Additional events that may be emitted due to forwarding arguments to another smart contract method.
__tag
TEvent
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE