interface SignedPayloadsDto {
    babylonAddress: string;
    slashingPsbtHex: string;
    unbondingSlashingPsbtHex: string;
}

Properties

babylonAddress: string

Babylon address (signed message)

Example

"bbn..."
slashingPsbtHex: string

Slashing PSBT hex string

Example

"70736274..."
unbondingSlashingPsbtHex: string

Unbonding slashing PSBT hex string

Example

"70736274..."

Generated using TypeDoc