SignPsbtResult: {
    psbt: string;
    txid?: string;
}

Type declaration

  • psbt: string

    The base64 encoded PSBT after signing.

  • Optionaltxid?: string

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