RawInvocationResultBase

Interface
Common InvocationResult and RawInvocationResult properties.
export interface RawInvocationResultBase { 
  readonly gasConsumed: BigNumber; 
  readonly gasCost: BigNumber; 
} 

Properties

gasConsumed
BigNumber
GAS consumed by the operation. This is the total GAS consumed after the free GAS is subtracted.
gasCost
BigNumber
The total GAS cost before subtracting the free GAS.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE