cosmos-sdk/x/accounts
Cosmos SDK 8f0d5b15f0
chore: typos fixes by cosmos-sdk bot (#18689)
Co-authored-by: github-merge-queue <github-merge-queue@users.noreply.github.com>
Co-authored-by: Julien Robert <julien@rbrt.fr>
Co-authored-by: marbar3778 <marbar3778@yahoo.com>
2023-12-11 13:03:19 +00:00
..
accountstd feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
cli feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
interfaces/account_abstraction/v1 feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
internal chore: typos fixes by cosmos-sdk bot (#18689) 2023-12-11 13:03:19 +00:00
testing feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
v1 feat(accounts): use account number as state prefix for account state (#18664) 2023-12-11 11:44:01 +00:00
account_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
CHANGELOG.md feat(accounts): init accounts module (#17443) 2023-08-19 08:36:45 +00:00
genesis_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
genesis.go feat(accounts): use account number as state prefix for account state (#18664) 2023-12-11 11:44:01 +00:00
go.mod feat(client/keys): support display discreetly for keys add (#18663) 2023-12-11 00:55:02 +00:00
go.sum feat(telemetry): enable statsd and dogstatsd telemetry sinks (#18646) 2023-12-09 22:00:31 +00:00
keeper_account_abstraction.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
keeper_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
keeper.go feat(accounts): use account number as state prefix for account state (#18664) 2023-12-11 11:44:01 +00:00
module.go feat(accounts): implement account abstraction execution (#18499) 2023-12-04 11:41:59 +00:00
msg_server_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
msg_server.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
query_server_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00
query_server.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +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
utils_test.go feat(accounts): use gogoproto API instead of protov2. (#18653) 2023-12-08 13:17:48 +00:00

x/accounts

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