Interface BuildUnbondingTransactionResponseDto

interface BuildUnbondingTransactionResponseDto {
    unbondingPsbt: string;
}

Properties

Properties

unbondingPsbt: string

The partially signed Bitcoin transaction (PSBT) that needs to be signed by the staker

Example

"70736274ff01007d020000000125e99b2..."

Generated using TypeDoc