Interface Bech32DecodedWithArray<Prefix>

interface Bech32DecodedWithArray<Prefix> {
    bytes: Uint8Array;
    prefix: Prefix;
    words: number[];
}

Type Parameters

  • Prefix extends string = string

Properties

Properties

bytes: Uint8Array
prefix: Prefix
words: number[]

Generated using TypeDoc