interface FinalizePreStakeDto {
    signedStakingTx: string;
    stakingTxId: string;
}

Properties

signedStakingTx: string

The signed staking transaction in hex format

Example

"02000000..."
stakingTxId: string

The transaction ID of the staking transaction

Example

"e7344f4673bc62cdbcd501c629feda83784bddd900a40dc088ec26241817576a"

Generated using TypeDoc