We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Although https://github.com/CosmWasm/cosmwasm/blob/main/SEMANTICS.md describe that Response has messages field and submessages field (https://github.com/CosmWasm/cosmwasm/blob/main/SEMANTICS.md#basic-execution), latest cosmwasm's Response does not have mesages field (
Response
messages
submessages
mesages
cosmwasm/packages/std/src/results/response.rs
Lines 62 to 86 in 2bd030a
And, SubcallResponse in the following section looks like an outdated name. It is SubMsgResponse now.
SubcallResponse
SubMsgResponse
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Although https://github.com/CosmWasm/cosmwasm/blob/main/SEMANTICS.md describe that
Response
hasmessages
field andsubmessages
field (https://github.com/CosmWasm/cosmwasm/blob/main/SEMANTICS.md#basic-execution), latest cosmwasm'sResponse
does not havemesages
field (cosmwasm/packages/std/src/results/response.rs
Lines 62 to 86 in 2bd030a
messages
andsubmessages
.And,
SubcallResponse
in the following section looks like an outdated name. It isSubMsgResponse
now.The text was updated successfully, but these errors were encountered: