cosmos-sdk/x/accounts
dependabot[bot] 573284022b
build(deps): Bump github.com/cockroachdb/errors from 1.11.0 to 1.11.1 (#17566)
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-08-29 07:01:23 +00:00
..
internal feat(accounts): implement account state isolation (#17507) 2023-08-23 11:42:11 +00:00
v1 feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
account_test.go feat(accounts): Add account Create,Execute,Query implementation (#17515) 2023-08-25 09:09:53 +00:00
CHANGELOG.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
go.mod build(deps): Bump github.com/cockroachdb/errors from 1.11.0 to 1.11.1 (#17566) 2023-08-29 07:01:23 +00:00
go.sum build(deps): Bump github.com/cockroachdb/errors from 1.11.0 to 1.11.1 (#17566) 2023-08-29 07:01:23 +00:00
keeper_test.go feat(accounts): Add account Create,Execute,Query implementation (#17515) 2023-08-25 09:09:53 +00:00
keeper.go feat(accounts): Add account Create,Execute,Query implementation (#17515) 2023-08-25 09:09:53 +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.