huyker

Results 3 issues of huyker

Hello, I have a question. Can i create multiple Sender connect_to same address in 1 PC( localhost) and only 1 Hub get it? I want to use Pub/Sub mode like...

i tried to install dependencies following file: https://docs.sui.io/build/rust-sdk. cargo version: 1.61.0 But when i add ``` [dependencies] sui-sdk = { git = "https://github.com/MystenLabs/sui" } ``` then run cargo build. That...

doc-issue

e.g. 1. Call function: `let get_transferTxn = async () => { await signer.transferObject({ objectId: "0x93dbb361d20f4646eef5020d840789b71baa13e5", gasBudget: 1000, recipient: "0xd84058cb73bdeabe123b56632713dcd65e1a6c92" }); } get_transferTxn().then( rs => {console.log(rs)} )` 2. Use return value...

Stale