x/auth: atlas manifest (#8140)

This commit is contained in:
Aleksandr Bezobchuk 2020-12-10 11:02:29 -05:00 committed by GitHub
parent 10f846217d
commit 521380abd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View File

@ -166,19 +166,19 @@ the module itself are defined below:
1. Query an account.
```shell
$ <app> q auth account [address] [...flags]
$ app q auth account [address] [...flags]
```
2. Sign an unsigned transaction using a single signature.
```shell
$ <app> tx auth sign [file]
$ app tx auth sign [file]
```
3. Sign an unsigned transaction using a multisig.
```shell
$ <app> tx auth multisign [file] [name] [[signature]...]
$ app tx auth multisign [file] [name] [[signature]...]
```
### REST

View File

@ -28,6 +28,6 @@ name = "alessio"
[version]
documentation = "https://raw.githubusercontent.com/cosmos/cosmos-sdk/master/x/auth/atlas/atlas-v0.39.1.md"
repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.1"
repo = "https://github.com/cosmos/cosmos-sdk/releases/tag/v0.39.2"
sdk_compat = "v0.39.x"
version = "v0.39.1"
version = "v0.39.2"

View File

@ -141,7 +141,7 @@ The `x/bank` supports the following transactional commands.
1. Send tokens via a `MsgSend` message.
```shell
$ <app> tx send [from_key_or_address] [to_address] [amount] [...flags]
$ app tx send [from_key_or_address] [to_address] [amount] [...flags]
```
Note, the `x/bank` module does not natively support constructing a `MsgMultiSend`