@sentio/sdk
    Preparing search index...

    Interface Instance

    interface Instance {
        c: null | number[];
        e: null | number;
        s: null | number;
        [key: string]: any;
    }

    Implemented by

    Indexable

    • [key: string]: any
    Index

    Properties

    c e s

    Properties

    c: null | number[]

    The coefficient of the value of this BigNumber, an array of base 1e14 integer numbers, or null.

    e: null | number

    The exponent of the value of this BigNumber, an integer number, -1000000000 to 1000000000, or null.

    s: null | number

    The sign of the value of this BigNumber, -1, 1, or null.