zeed
    Preparing search index...

    Interface Bech32Decoded<Prefix>

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

    Type Parameters

    • Prefix extends string = string
    Index

    Properties

    Properties

    prefix: Prefix
    words: number[]