Sushant Chandla
Sushant Chandla
Wasm for web
I Was wondering if it is possible to add web support to wasm someway (it uses ffi so assuming it will not support web), or maybe have source_gen generate interop...
If we have 2 programs one of them has a account T: Program1: ``` pub struct T{ pub seeds: String } ``` And in the second program for the context...
When serializing an account we should set the remaining bytes to 0.
Currently Solana token bridge program only allows complete token transfer to be called with the Token Account owned by PDA derived from "redeemer" seeds and program_id. We can take in...