Spielcrypto
Spielcrypto
In the end I change my contract in order to avoid to have the Option type, and works
@hyd628 thanks for the answer. I tried but show me this error: ```bash Required Signature from 0x36105e4f87c4f705253eab89df4f2a93ed85b58a2cb75dd627b8c69936f51195 is absent ``` this is my logic: https://github.com/Singularity-Shift/sui_squad/blob/feat/create-account/sui-squad-bot/src/onchain/account.rs#L71
also I think theses methods are for testing purpose
@amnn could please answer here? you developed this Rust SDK
@joyqvq I'm developing a telegram bot, then I don't use rust sdk as wasm, and in this case the sdk should cover this. The last that I did is [this](https://github.com/Singularity-Shift/sui_squad/blob/feat/create-account/sui-squad-bot/src/onchain/account.rs#L85)...
Maybe answering this question can resolve my issue, how can I convert `ZKLoginInputs` in `SuiKeyPair`?
@joyqvq also what I found is that passing the same JWT in https://api.enoki.mystenlabs.com/v1/zklogin/zkp and https://api.enoki.mystenlabs.com/v1/zklogin/addresses and setting the same parameters for zkp that what I retrieve from nonce endpoint I...
I will short all these issues which I found: * The address that I get like this `SuiAddress::try_from_padded(&zklogin).unwrap()` or `SuiAddress::try_from_unpadded(&zklogin).unwrap()` is the same in both cases but different from what...
Yes I see, I understand about what you say about the browser, and hard to admit in this point but I wasn't implementing the best logic for my app and...
I think if I'm not wrong the .ron file should be like this: ```ron Price( model: [ A(0.02), B(0.094), C(0.05), D(0.02), E(0.004), F(0.001), ], tool: [ A(0.006), B(0.3), ] )...