@sentio/sdk
    Preparing search index...

    Interface BigInteger

    interface BigInteger {
        data: Uint8Array;
        negative: boolean;
    }
    Index

    Properties

    Properties

    data: Uint8Array
    negative: boolean