@sentio/sdk
    Preparing search index...

    Type Alias BigInteger

    BigInteger: Message<"common.BigInteger"> & {
        data: Uint8Array;
        negative: boolean;
    }

    Type Declaration

    • data: Uint8Array

      from field: bytes data = 2;

    • negative: boolean

      from field: bool negative = 1;

    from message common.BigInteger