rpc ListWallets
ListWallets
participant.v1.ListWalletsRequest
participant.v1.ListWalletsRequest
List all wallets.
requests ListWalletsRequest
ListWalletsRequest
participant.v1.ListWalletsRequest
participant.v1.ListWalletsRequest
returns ListWalletsResponse
ListWalletsResponse
participant.v1.ListWalletsResponse
participant.v1.ListWalletsResponse
Field | Type | Description |
---|---|---|
wallets repeated | WalletResponse | List of Wallet objects. |
total_count | uint32 | Number of wallets belonging to the owner. |
{
"wallets": [
{
"name": "WALLET1",
"public_key": "zPublicKeyMultibase58Encoded"
},
{
"name": "WALLET2",
"public_key": "zPublicKeyMultibase58Encoded"
}
],
"total_count": 5
}