Interface Bech32Decoded<Prefix>

interface Bech32Decoded<Prefix> {
    prefix: Prefix;
    words: number[];
}

Type Parameters

  • Prefix extends string = string

Properties

Properties

prefix: Prefix
words: number[]

Generated using TypeDoc