@exodus/bytes
    Preparing search index...

    Interface Bech32DecodeResult

    Result of decoding a bech32 or bech32m string

    interface Bech32DecodeResult {
        bytes: Uint8Array;
        prefix: string;
    }
    Index

    Properties

    Properties

    bytes: Uint8Array

    The decoded bytes

    prefix: string

    The human-readable prefix