Module accounts

ModuleAccounts returns all the existing module accounts.

get

Since: cosmos-sdk 0.46

Responses
200

A successful response.

application/json
get
/cosmos/auth/v1beta1/module_accounts

ModuleAccountByName returns the module account info by module name

get
Path parameters
namestringRequired
Responses
200

A successful response.

application/json
get
/cosmos/auth/v1beta1/module_accounts/{name}

Last updated