Function: useDecoded()
useDecoded(
encoded):string
Defined in: src/utils/starknetId.ts:33
Decodes an array of BigInts into a string using the given algorithm.
Parameters
encoded
bigint[]
The encoded array of BigInts.
Returns
string
The decoded string.
Example
const result = starknetId.useDecoded([3015206943634620n]);
// result = "starknetjs.stark"