neutron-std
Neutron's proto-generated types and helpers for interacting with the appchain. Compatible with CosmWasm contract.
CosmWasm stargate message and stargate query
You can find all types and querier generated from Neutron's protobuf in their respective module in neutron_std
.
Executing Neutron messages from CosmWasm Contract
use ;
use MsgCreateDenom;
# type ContractError = StdError;
// ..