본문으로 건너뛰기
버전: 3.1

Accounts

Description

Retrieves all accounts associated with a defined public key

정보

This command will not return privileged accounts.

Positional Parameters

public_key TEXT - The public key to retrieve accounts for

Options

  • -j,--json - Output in JSON format

Example

cleos get accounts EOS8mUftJXepGzdQ2TaCduNuSPAfXJHf22uex4u41ab1EVv9EAhWt
{
"account_names": [
"testaccount"
]
}