IntegerABIReturn

Interface
Fixed<decimals> return type. decimals indicates to the client APIs how many decimals the integer represents.
export interface IntegerABIReturn extends ABIReturnBase { 
  readonly type: 'Integer'; 
  readonly decimals: number; 
} 

Properties

type
'Integer'
type differentiates the IntegerABIReturn object from other ABIReturn objects.
decimals
number
Number of decimals values of this type represent.
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE