We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818c8b8 commit e8b0d99Copy full SHA for e8b0d99
src/proto/index.ts
@@ -1,3 +1,3 @@
1
export { MsgSend } from './gno/bank';
2
-export { MsgAddPackage, MsgCall, MemFile, MemPackage } from './gno/vm';
+export { MemFile, MemPackage, MsgAddPackage, MsgCall, MsgRun } from './gno/vm';
3
export { Any } from './google/protobuf/any';
0 commit comments