bignum: {
decode: ((input) => bigint);
encode: ((input, prefix?) => string);
}
Type declaration
-
decode: ((input) => bigint)
-
- (input): bigint
-
Returns bigint
-
encode: ((input, prefix?) => string)
-
- (input, prefix?): string
-
Parameters
-
input: bigint
-
Optional
prefix: boolean
Returns string