Converts Float number into WAD BigInt.
import { misc } from "@protofire/subgraph-devkit";misc.floatToWAD(12.5); // => 12500000000000000000
the BigInt representation in WAD.
the Float number.
Generated using TypeDoc
Converts Float number into WAD BigInt.
Example
Returns
the BigInt representation in WAD.