//#region src/wallet/endpoints.d.ts
declare enum MsgEndpoint {
  MSG_SEND = "/bank.MsgSend",
  MSG_ADD_PKG = "/vm.m_addpkg",
  MSG_CALL = "/vm.m_call",
  MSG_RUN = "/vm.m_run"
}
//#endregion
export { MsgEndpoint };
//# sourceMappingURL=endpoints.d.cts.map