AccountsClient
Last updated
Last updated
get created accounts
get account creator
get account summary
get accounts by public key
get permission links
get all tokens
get controlled accounts by controlling accounts
public string
public
(HttpClient httpClient)
public async Task< GetCreatedAccountsResponse >
(string account, int? limit, int? skip, CancellationToken cancellationToken) = default
get created accounts
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
account
creator account
limit
limit of [n] results per page
skip
skip [n] results
ApiException
A server side error occurred.
get account creator
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
account
created account
ApiException
A server side error occurred.
get account summary
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
account
account name
limit
limit of [n] results per page
skip
skip [n] results
ApiException
A server side error occurred.
get accounts by public key
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
public_key
public key
limit
limit of [n] results per page
skip
skip [n] results
details
include permission details
ApiException
A server side error occurred.
get permission links
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
account
account name
code
contract name
action
method name
permission
permission name
ApiException
A server side error occurred.
get all tokens
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
account
account name
limit
limit of [n] results per page
skip
skip [n] results
Default Response
ApiException
A server side error occurred.
get controlled accounts by controlling accounts
cancellationToken
A cancellation token that can be used by other objects or threads to receive notice of cancellation.
ApiException
A server side error occurred.
public string
public
(HttpClient httpClient)
public async Task< GetCreatedAccountsResponse >
(string account, int? limit, int? skip, CancellationToken cancellationToken) = default
public async Task< GetCreatorResponse >
(string account, CancellationToken cancellationToken) = default
public async Task< GetAccountResponse >
(string account, int? limit, int? skip, CancellationToken cancellationToken) = default
public async Task< GetKeyAccountsWithPermissionsResponse >
(string publicKey, int? limit, int? skip, bool? details, CancellationToken cancellationToken) = default
public async Task< GetLinksResponse >
(string account, string code, string action, string permission, CancellationToken cancellationToken) = default
public async Task< GetTokensResponse >
(string account, int? limit, int? skip, CancellationToken cancellationToken) = default
public async Task< GetControlledAccountsResponse >
(string controllingAccount, CancellationToken cancellationToken) = default
private readonly HttpClient
public async Task< GetCreatorResponse >
(string account, CancellationToken cancellationToken) = default
public async Task< GetAccountResponse >
(string account, int? limit, int? skip, CancellationToken cancellationToken) = default
public async Task< GetKeyAccountsWithPermissionsResponse >
(string publicKey, int? limit, int? skip, bool? details, CancellationToken cancellationToken) = default
public async Task< GetLinksResponse >
(string account, string code, string action, string permission, CancellationToken cancellationToken) = default
public async Task< GetTokensResponse >
(string account, int? limit, int? skip, CancellationToken cancellationToken) = default
public async Task< GetControlledAccountsResponse >
(string controllingAccount, CancellationToken cancellationToken) = default
private readonly HttpClient