cosmos-sdk/x/accounts
dependabot[bot] c8e36828cd
build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.2 in /store (#17836)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2023-09-22 06:31:02 +00:00
..
internal feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
v1 feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
account_test.go feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
CHANGELOG.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
genesis_test.go feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
genesis.go feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
go.mod build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.2 in /store (#17836) 2023-09-22 06:31:02 +00:00
go.sum build(deps): Bump google.golang.org/grpc from 1.58.1 to 1.58.2 in /store (#17836) 2023-09-22 06:31:02 +00:00
keeper_test.go feat(accounts): allow accounts to query and execute modules (#17685) 2023-09-13 18:39:18 +00:00
keeper.go feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
msg_server_test.go feat(accounts): allow accounts to query and execute modules (#17685) 2023-09-13 18:39:18 +00:00
msg_server.go feat(accounts): Add message server and query server logic. (#17614) 2023-09-07 07:42:23 +00:00
query_server_test.go feat(accounts): allow accounts to query and execute modules (#17685) 2023-09-13 18:39:18 +00:00
query_server.go feat(accounts): Add message server and query server logic. (#17614) 2023-09-07 07:42:23 +00:00
README.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
sonar-project.properties feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00

x/accounts

The x/accounts module provides module and facilities for writing smart cosmos-sdk accounts.