Interface BuildBabylonPreStakeTransactionDto

interface BuildBabylonPreStakeTransactionDto {
    babylonAddress: string;
    slashingPsbtHex: string;
    stakingTxId: string;
    unbondingSlashingPsbtHex: string;
}

Properties

babylonAddress: string

The signed Babylon address for proof of possession

Example

"base64SignatureString..."
slashingPsbtHex: string

The signed slashing transaction PSBT in hex format

Example

"70736274ff0100..."
stakingTxId: string

The staking transaction ID

Example

"e7344f4673bc62cdbcd501c629feda83784bddd900a40dc088ec26241817576a"
unbondingSlashingPsbtHex: string

The signed unbonding slashing transaction PSBT in hex format

Example

"70736274ff0100..."

Generated using TypeDoc