Interface BuildWithdrawalTransactionResponseDto

interface BuildWithdrawalTransactionResponseDto {
    feeRate: number;
    withdrawalPsbt: string;
}

Properties

feeRate: number

The fee rate used for the withdrawal transaction (sat/vB)

Example

10
withdrawalPsbt: string

The unsigned withdrawal PSBT in hex format

Example

"70736274ff0100..."

Generated using TypeDoc