RawNotification

Interface
Raw notification emitted during an invocation. This is the unprocessed counterpart to an Event. Low-level API for advanced usage only.
export interface RawNotification extends RawActionBase { 
  readonly type: 'Notification'; 
  readonly args: readonly ContractParameter[]; 
} 

Properties

type
'Notification'
type differentiates the RawNotification object from other RawAction objects, i.e. RawLog.
args
readonly ContractParameter[]
The raw arguments of the notifications. These are processed into the parameters parameter of the Event object using the ABI.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE