Fetches an auth descriptor by its ID.
the id of the auth descriptor to fetch
the auth descriptor in question needs to be associated with this account and if no auth descriptor is found, this method will throw an error
Retrieves all auth descriptors associated with this account
Retrieves all auth descriptors on which the specified signer is also a signer.
the signer whose auth descriptors to retrieve
Retrieves the balance for a specific asset
the balance of the asset on this account, or null
if this account does not have the asset
Retrieves all the balances of all assets that is available on the account and returns them as a paginated entity.
Optional
limit: numbermaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Retrieves the most recent pending transfer which matches the specified arguments
the latest pending transfer that matches the criteria. Or null if no such transfer is found
Retrieves the main auth descriptor of this account
Retrieves all pending (i.e., started but not yet completed) cross chain transfers initiated by this account.
Optional
limit: OptionalLimitmaximum page size
Optional
cursor: OptionalPageCursorwhere the page should start
Retrieves the current rate limit for this account. I.e., how many points this account currently has.
Retrieves the full transfer history for this account as a paginated entity.
Optional
limit: numbermaximum page size
Optional
filter: TransferHistoryFiltera filter to determine what type of transfer history entries to fetch
Optional
cursor: OptionalPageCursorwhere the page should start
Retrieves a specific TransferHistoryEntry
the rowid of the TransferHistoryEntry
the requested transfer history entry, or null
if that rowid
does not exist.
Determines whether the auth descriptor with the specified id is valid.
the id of the auth descriptor to check
true or false depending on if the auth descriptor is valid or not
Represents a blockchain account which is read only. That is, using this object you can get information about an account, but you cannot submit authenticated operations with it.
For an account to which it is possible to write, see AuthenticatedAccount