Can anyone give me an example of how we can execute transaction using GRPC in rust? I’m stuggling to create the Transaction object which is taken as input in GRPC transaction execution method.
Do you know Sui’s Full Node gRPC API?
It’s one of the most common cases where GRPC call takes Transaction protobuf message as input in the Rust ecosystem. Please check from Sui’s “sui/rpc/v2/transaction.proto”.
Please use the sui-rust-sdk. It has native GRPC support.
Let’s communicate together for the future.
i’m a smart contract and DeAI engineer with 7+ years.