We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8560dd3 + f152925 commit d11ab4bCopy full SHA for d11ab4b
index.ts
@@ -671,6 +671,7 @@ export interface Bech32 {
671
str: `${Prefix}1${string}`,
672
limit?: number | false
673
): Bech32Decoded<Prefix>;
674
+ decode(str: string, limit?: number | false): Bech32Decoded;
675
encodeFromBytes(prefix: string, bytes: Uint8Array): string;
676
decodeToBytes(str: string): Bech32DecodedWithArray;
677
decodeUnsafe(str: string, limit?: number | false): void | Bech32Decoded<string>;
0 commit comments