Creates BigDecimal number from Int.
import { decimals } from "@protofire/subgraph-devkit";decimals.fromInt(9223372036854775807);
the BigDecimal representation of the Int.
the Int number.
Generated using TypeDoc
Creates BigDecimal number from Int.
Example
Returns
the BigDecimal representation of the Int.