Fixed

Type Alias
Integer which represents a number with the specified decimals. See the Standard Library chapter of the main guide for more information.
export type Fixed<Decimals extends number> = number | (number & FixedTag<Decimals>); 
  • @neo-one/client
  • @neo-one/smart-contract
DOCS
InstallationMain ConceptsAdvanced GuidesAPI ReferenceContributing
CHANNELS
GitHubStack OverflowDiscord ChatTwitterYouTube
COPYRIGHT © 2021 NEO•ONE