Interface GetDelegationPayloadsResponseDto

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

Properties

babylonAddress: string

The Babylon address that needs to be signed as proof of ownership

slashingPsbtHex: string

The slashing transaction PSBT in hex format that needs to be signed

unbondingSlashingPsbtHex: string

The unbonding slashing transaction PSBT in hex format that needs to be signed

Generated using TypeDoc