Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions java/docs/commands/account.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ Create a new account with an inactive address, burning a 1-TRX handling fee for
Example:

```console
wallet> createaccount TDJ13zZzT3w91WMBm98gC3mwL7NbA6sQPA
wallet> createaccount TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3
{
"raw_data":{
"contract":[
{
"parameter":{
"value":{
"owner_address":"TQLaB7L8o3ikjRVcN7tTjMZsRYPJ23XZbd",
"account_address":"TDJ13zZzT3w91WMBm98gC3mwL7NbA6sQPA"
"owner_address":"TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3",
"account_address":"TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3"
},
"type_url":"type.googleapis.com/protocol.AccountCreateContract"
},
Expand All @@ -45,7 +45,7 @@ y
Please choose your key for sign.

No. Address Name
1 TJEEKTmaVTYSpJAxahtyuofnDSpe2seajB TJEEKTmaVTYSpJAxahtyuofnDSpe2seajB.json
1 TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3 TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3.json
2 TX1L9xonuUo1AHsjUZ3QzH8wCRmKm56Xew TX1L9xonuUo1AHsjUZ3QzH8wCRmKm56Xew.json
3 TVuVqnJFuuDxN36bhEbgDQS7rNGA5dSJB7 TVuVqnJFuuDxN36bhEbgDQS7rNGA5dSJB7.json
4 TRvVXgqddDGYRMx3FWf2tpVxXQQXDZxJQe Ledger-TRvVXgqddDGYRMx3FWf2tpVxXQQXDZxJQe.json
Expand Down Expand Up @@ -114,7 +114,7 @@ Set a custom unique identifier (Account ID) for an account.
```

```console
> SetAccountId TEDapYSVvAZ3aYH7w8N9tMEEFKaNKUD5Bp 100
> SetAccountId TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3 100
```

## UpdateAccount
Expand Down Expand Up @@ -188,7 +188,7 @@ wallet> ShowReceivingQrCode
████ █▄▄▄█ █ ▀█▀█▄█▄▀▀█▄ ▄█ ██▀▄████
████▄▄▄▄▄▄▄█▄▄██▄██ ▀▀▄▄▄▄█ ▀ ████
█████████████████████████████████████
TEDapYSVvAZ3aYH7w8N9tMEEFKaNKUD5Bp
TDv72SsJmcVPwPfGGfRH5LZjsZRoPqSZK3
```

## See also
Expand Down