-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
2,936 additions
and
607 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,67 +1,67 @@ | ||
//@ts-nocheck | ||
import * as _55 from "./auth/v1beta1/auth"; | ||
import * as _56 from "./auth/v1beta1/genesis"; | ||
import * as _57 from "./bank/v1beta1/authz"; | ||
import * as _58 from "./bank/v1beta1/bank"; | ||
import * as _59 from "./bank/v1beta1/genesis"; | ||
import * as _60 from "./bank/v1beta1/tx"; | ||
import * as _111 from "./bank/v1beta1/tx.amino"; | ||
import * as _114 from "./bank/v1beta1/tx.registry"; | ||
import * as _61 from "./base/query/v1beta1/pagination"; | ||
import * as _62 from "./base/v1beta1/coin"; | ||
import * as _63 from "./staking/v1beta1/authz"; | ||
import * as _64 from "./staking/v1beta1/genesis"; | ||
import * as _65 from "./staking/v1beta1/staking"; | ||
import * as _66 from "./staking/v1beta1/tx"; | ||
import * as _112 from "./staking/v1beta1/tx.amino"; | ||
import * as _115 from "./staking/v1beta1/tx.registry"; | ||
import * as _67 from "./upgrade/v1beta1/tx"; | ||
import * as _113 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _116 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _68 from "./upgrade/v1beta1/upgrade"; | ||
import * as _57 from "./auth/v1beta1/auth"; | ||
import * as _58 from "./auth/v1beta1/genesis"; | ||
import * as _59 from "./bank/v1beta1/authz"; | ||
import * as _60 from "./bank/v1beta1/bank"; | ||
import * as _61 from "./bank/v1beta1/genesis"; | ||
import * as _62 from "./bank/v1beta1/tx"; | ||
import * as _113 from "./bank/v1beta1/tx.amino"; | ||
import * as _116 from "./bank/v1beta1/tx.registry"; | ||
import * as _63 from "./base/query/v1beta1/pagination"; | ||
import * as _64 from "./base/v1beta1/coin"; | ||
import * as _65 from "./staking/v1beta1/authz"; | ||
import * as _66 from "./staking/v1beta1/genesis"; | ||
import * as _67 from "./staking/v1beta1/staking"; | ||
import * as _68 from "./staking/v1beta1/tx"; | ||
import * as _114 from "./staking/v1beta1/tx.amino"; | ||
import * as _117 from "./staking/v1beta1/tx.registry"; | ||
import * as _69 from "./upgrade/v1beta1/tx"; | ||
import * as _115 from "./upgrade/v1beta1/tx.amino"; | ||
import * as _118 from "./upgrade/v1beta1/tx.registry"; | ||
import * as _70 from "./upgrade/v1beta1/upgrade"; | ||
export namespace cosmos { | ||
export namespace auth { | ||
export const v1beta1 = { | ||
..._55, | ||
..._56, | ||
..._57, | ||
..._58, | ||
}; | ||
} | ||
export namespace bank { | ||
export const v1beta1 = { | ||
..._57, | ||
..._58, | ||
..._59, | ||
..._60, | ||
..._111, | ||
..._114, | ||
..._61, | ||
..._62, | ||
..._113, | ||
..._116, | ||
}; | ||
} | ||
export namespace base { | ||
export namespace query { | ||
export const v1beta1 = { | ||
..._61, | ||
..._63, | ||
}; | ||
} | ||
export const v1beta1 = { | ||
..._62, | ||
..._64, | ||
}; | ||
} | ||
export namespace staking { | ||
export const v1beta1 = { | ||
..._63, | ||
..._64, | ||
..._65, | ||
..._66, | ||
..._112, | ||
..._115, | ||
..._67, | ||
..._68, | ||
..._114, | ||
..._117, | ||
}; | ||
} | ||
export namespace upgrade { | ||
export const v1beta1 = { | ||
..._67, | ||
..._68, | ||
..._113, | ||
..._116, | ||
..._69, | ||
..._70, | ||
..._115, | ||
..._118, | ||
}; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
//@ts-nocheck | ||
import * as _69 from "./gogo"; | ||
import * as _71 from "./gogo"; | ||
export const gogoproto = { | ||
..._69, | ||
..._71, | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
//@ts-nocheck | ||
import * as _70 from "./api/annotations"; | ||
import * as _71 from "./api/http"; | ||
import * as _72 from "./protobuf/any"; | ||
import * as _73 from "./protobuf/descriptor"; | ||
import * as _74 from "./protobuf/duration"; | ||
import * as _75 from "./protobuf/empty"; | ||
import * as _76 from "./protobuf/timestamp"; | ||
import * as _72 from "./api/annotations"; | ||
import * as _73 from "./api/http"; | ||
import * as _74 from "./protobuf/any"; | ||
import * as _75 from "./protobuf/descriptor"; | ||
import * as _76 from "./protobuf/duration"; | ||
import * as _77 from "./protobuf/empty"; | ||
import * as _78 from "./protobuf/timestamp"; | ||
export namespace google { | ||
export const api = { | ||
..._70, | ||
..._71, | ||
}; | ||
export const protobuf = { | ||
..._72, | ||
..._73, | ||
}; | ||
export const protobuf = { | ||
..._74, | ||
..._75, | ||
..._76, | ||
..._77, | ||
..._78, | ||
}; | ||
} |
Oops, something went wrong.