InvocationResult

Type Alias
Either a successful or error result, InvocationResultSuccess and InvocationResultError, respectively.
export type InvocationResult<TValue> = InvocationResultSuccess<TValue> | InvocationResultError; 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE