Interface BuildPreStakeRegistrationResponseDto

interface BuildPreStakeRegistrationResponseDto {
    stakingTxId: string;
    unsignedStakingPsbt: string;
}

Properties

stakingTxId: string

The transaction ID of the staking transaction

Example

"e7344f4673bc62cdbcd501c629feda83784bddd900a40dc088ec26241817576a"
unsignedStakingPsbt: string

The unsigned staking transaction PSBT in hex format

Example

"70736274ff01007d020000000125e99b2..."

Generated using TypeDoc