unsafe_requestAddStake

Add stake to a validator's staking pool using multiple coins and amount.

Parameters:

signer< SuiAddress > - The transaction signer's Sui address

coins<[ ObjectID ]> - Coin object to stake

amount< BigInt_for_uint64 > - Stake amount

validator< SuiAddress > - The validator's Sui address

gas< ObjectID > - Gas object to be used in this transaction, node will pick one from the signer's possession if not provided

gas_budget< BigInt_for_uint64 > - The gas budget, the transaction will fail if the gas cost exceed the budget

Returns:

TransactionBlockBytes< TransactionBlockBytes >

Example:

// Request
curl  https://sui.blockpi.network/v1/rpc/your-rpc-key -X POST -H "Content-Type: application/json" 
--data 
'<as described above>'

// Result

Last updated