interface CreateStakeV2Response {
    message?: string;
    stake: StakeDetailsWithValidators;
    transaction?: null | EthereumTransactionCraftingWithAnalysisResponse;
}

Properties

message?: string

Success message

Example

"requested 1 validators successfully"

Pre-crafted batch deposit transaction. Null if no validators were created.