Name | Type | Description | Notes |
---|---|---|---|
poolType | StakingPoolType | ||
finalityProviderPublicKey | String | The public key of the finality provider. | |
stakeBlockTime | Long | The number of blocks that need to be processed before the locked tokens are unlocked and become accessible. | |
autoBroadcast | Boolean | Whether to automatically broadcast the transaction. The default value is `true`. - `true`: Automatically broadcast the transaction. - `false`: The transaction will not be submitted to the blockchain automatically. You can call Broadcast signed transactions to broadcast the transaction to the blockchain, or retrieve the signed raw transaction data `raw_tx` by calling Get transaction information and broadcast it yourself. | [optional] |