interface SubmitPreStakeRegistrationDto {
    babylonTxHash: string;
    signedBabylonTx?: string;
    stakingTxId: string;
}

Properties

babylonTxHash: string

The Babylon transaction hash after user broadcasts it

Example

"ABC123DEF456..."
signedBabylonTx?: string

The signed Babylon registration transaction in base64 format (optional, used only to verify the provided hash matches the transaction)

Example

"CvQFCvEFC..."
stakingTxId: string

The transaction ID of the staking transaction

Example

"e7344f4673bc62cdbcd501c629feda83784bddd900a40dc088ec26241817576a"

Generated using TypeDoc