rocalex
rocalex
I pass custom struct including tuple enum to instruction: ``` #[derive(Debug, AnchorSerialize, AnchorDeserialize)] pub enum FeedValue { Boolean(bool), U8(u8), U16(u16), U32(u32), U64(u64), U128(u128), } #[derive(Debug, AnchorSerialize, AnchorDeserialize)] pub struct Feed...
I'm trying to get keypair using `Ed25519Keypair.deriveKeypair` of `@mysten/sui.js` experimental version. ``` const keypair = Ed25519Keypair.deriveKeypair(process.env.SIGNER_MNEMONIC!) const signer = new RawSigner(keypair, provider) console.log(await signer.getAddress()) ``` The address I got is...
When I use this component in my next app, I got the following error. ``` - error node_modules/@ckeditor/ckeditor5-react/dist/index.js (5:242) @ eval - error ReferenceError: self is not defined at __webpack_require__...
``` File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/contract.py", line 26, in def add(a: abi.DynamicArray[abi.Account]): File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/venv/src/pyteal/pyteal/ast/router.py", line 659, in method return wrap(func) File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/venv/src/pyteal/pyteal/ast/router.py", line 653, in wrap return self.add_method_handler( File "/Volumes/DATA/SourceCode/chimerax-org/abi-demo/venv/src/pyteal/pyteal/ast/router.py", line 573, in...