CCC Docs
    Preparing search index...
    type SignPsbtResult = {
        psbt: string;
        txid?: string;
    }
    Index

    Properties

    Properties

    psbt: string

    The base64 encoded PSBT after signing.

    txid?: string

    The transaction id as a hex-encoded string. This is only returned if the transaction was broadcast.