btcutil-js - v0.2.0
    Preparing search index...

    Interface Bech32DecodeResult

    interface Bech32DecodeResult {
        data: Uint8Array;
        hrp: string;
    }
    Index

    Properties

    Properties

    data: Uint8Array
    hrp: string