Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
keefertaylor authored May 18, 2023
1 parent 85dc199 commit 707926a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasmbinding/bindings/msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type ProtobufAny struct {
}

// NeutronMsg is used like a sum type to hold one of custom Neutron messages.
// Follow https://github.com/neutron-org/neutron-contracts/tree/main/packages/bindings/src/msg.rs
// Follow https://github.com/neutron-org/neutron-sdk/blob/main/packages/neutron-sdk/src/bindings/msg.rs
// for more information.
type NeutronMsg struct {
SubmitTx *SubmitTx `json:"submit_tx,omitempty"`
Expand Down

0 comments on commit 707926a

Please sign in to comment.