Pika
Pika
## Steps to Reproduce Issue Follow [this tutorial](https://docs.sui.io/build/rust-sdk), add the sui-sdk crate in `Cargo.toml` file ```Rust [dependencies] sui-sdk = { git = "https://github.com/MystenLabs/sui", branch = "devnet" } ``` Then run...
- request_add_native_stake - request_add_native_stake_non_entry - request_withdraw_native_stake - request_withdraw_native_stake_non_entry ## Description Add NativeStakedSui struct and functions. Bring more security to native stake users. ## Test plan Not test yet. Just as...
## Description Update Doc