Get desktop application:
View/edit binary Protocol Buffers messages
Accounts API service.
Lookup an Account information across the already known accounts. Can also be used to retrieve our own account.
ID of the Account to be looked up. If empty - our own account will be returned.
Updates profile information of our own Account. Doesn't support partial updates! Users should call GetAccount first, change the necessary fields in place, and then send the same Profile object back to UpdateProfile.
List accounts known to the backend (excluding our own account). New accounts can be discovered naturally by interacting with the network, or users can ask to discover specific accounts using the Networking API.
Set or unset the trustness of an account. An account is untrusted by default except for our own. Returns the modified account.
ID of the Account to trust/untrust.
Whether to trust or not the account.
Used as response type in: Accounts.GetAccount, Accounts.SetAccountTrust, Accounts.UpdateProfile
Used as field type in:
Mintter Account ID.
Profile information of this account.
List of known devices of this Account.
Defining if the account is trusted or not.
Used in:
CID-encoded Peer ID of this device.
Profile information of the user Account.
Used as request type in: Accounts.UpdateProfile
Used as field type in:
Optional. Alias is a user-defined handle for their profile. There's no enforcement on this being unique.
Optional. Description of the user's profile.
Optional. CID to the avatar image hosted on IPFS.
Optional. Hypermedia ID of the Account's root/entrypoint document.