zeed
    Preparing search index...

    Interface Bech32DecodedWithArray<Prefix>

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

    Type Parameters

    • Prefix extends string = string
    Index

    Properties

    Properties

    bytes: Uint8Array
    prefix: Prefix
    words: number[]