interface GetDelegationPayloadsDto {
    babylonAddress: string;
    signedStakingTxHex?: string;
    stakingTxId: string;
}

Properties

babylonAddress: string

Babylon address

Example

"bbn1abc123..."
signedStakingTxHex?: string

Signed staking transaction hex (required for post-stake flow only)

Example

"0200000001..."
stakingTxId: string

The transaction ID of the staking transaction

Example

"e7344f4673bc62cdbcd501c629feda83784bddd900a40dc088ec26241817576a"

Generated using TypeDoc