@did-btc1/method
    Preparing search index...

    Type Alias SendAllResult

    type SendAllResult = {
        complete: boolean;
        hex: Hex;
        psbt: string;
        txid: Hex;
    }
    Index

    Properties

    Properties

    complete: boolean
    hex: Hex
    psbt: string
    txid: Hex