Function: bigIntToBase64() ​
bigIntToBase64(
value,padded):string
Defined in: hash.ts:139
Convert a bigint to a base64 string. When padded is true, the value is zero-padded to 32 bytes before encoding. When false, leading zero bytes are stripped.
Parameters ​
value ​
bigint
padded ​
boolean
Returns ​
string