cosmos-sdk/x/accounts
testinginprod 5f36ad088f
feat(runtime): Implement branch service (#18475)
Co-authored-by: unknown unknown <unknown@unknown>
2023-11-15 18:27:21 +00:00
..
accountstd feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
cli feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
internal fix: deterministic protov2 marshal (#18403) 2023-11-07 16:22:57 +00:00
testing feat(accounts): add interfaces and mock impls for account abstraction (#18404) 2023-11-09 13:24:49 +00:00
v1 feat(accounts): add interfaces and mock impls for account abstraction (#18404) 2023-11-09 13:24:49 +00:00
account_test.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
CHANGELOG.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
genesis_test.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
genesis.go feat(accounts): add Genesis handling (#17802) 2023-09-21 14:26:08 +00:00
go.mod feat(runtime): Implement branch service (#18475) 2023-11-15 18:27:21 +00:00
go.sum feat(runtime): Implement branch service (#18475) 2023-11-15 18:27:21 +00:00
keeper_test.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
keeper.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
module.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
msg_server_test.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
msg_server.go feat(accounts): add interfaces and mock impls for account abstraction (#18404) 2023-11-09 13:24:49 +00:00
query_server_test.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36:23 +00:00
query_server.go feat(x/accounts): wire x/accounts to simapp (#18253) 2023-11-03 16:36: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.