TurnkeyClient class
HTTP Client for interacting with Turnkey API
Constructors
- TurnkeyClient.new({required THttpConfig config, required TStamper stamper})
Properties
- config → THttpConfig
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stamper → TStamper
-
final
Methods
-
approveActivity(
{required TApproveActivityBody input}) → Future< TApproveActivityResponse> - Approve an Activity
-
createApiKeys(
{required TCreateApiKeysBody input}) → Future< TCreateApiKeysResponse> - Add api keys to an existing User
-
createAuthenticators(
{required TCreateAuthenticatorsBody input}) → Future< TCreateAuthenticatorsResponse> - Create Authenticators to authenticate requests to Turnkey
-
createInvitations(
{required TCreateInvitationsBody input}) → Future< TCreateInvitationsResponse> - Create Invitations to join an existing Organization
-
createOauthProviders(
{required TCreateOauthProvidersBody input}) → Future< TCreateOauthProvidersResponse> - Creates Oauth providers for a specified user - BETA
-
createPolicies(
{required TCreatePoliciesBody input}) → Future< TCreatePoliciesResponse> - Create new Policies
-
createPolicy(
{required TCreatePolicyBody input}) → Future< TCreatePolicyResponse> - Create a new Policy
-
createPrivateKeys(
{required TCreatePrivateKeysBody input}) → Future< TCreatePrivateKeysResponse> - Create new Private Keys
-
createPrivateKeyTag(
{required TCreatePrivateKeyTagBody input}) → Future< TCreatePrivateKeyTagResponse> - Create a private key tag and add it to private keys.
-
createReadOnlySession(
{required TCreateReadOnlySessionBody input}) → Future< TCreateReadOnlySessionResponse> - Create a read only session for a user (valid for 1 hour)
-
createReadWriteSession(
{required TCreateReadWriteSessionBody input}) → Future< TCreateReadWriteSessionResponse> - Create a read write session for a user
-
createSubOrganization(
{required TCreateSubOrganizationBody input}) → Future< TCreateSubOrganizationResponse> - Create a new Sub-Organization
-
createUsers(
{required TCreateUsersBody input}) → Future< TCreateUsersResponse> - Create Users in an existing Organization
-
createUserTag(
{required TCreateUserTagBody input}) → Future< TCreateUserTagResponse> - Create a user tag and add it to users.
-
createWallet(
{required TCreateWalletBody input}) → Future< TCreateWalletResponse> - Create a Wallet and derive addresses
-
createWalletAccounts(
{required TCreateWalletAccountsBody input}) → Future< TCreateWalletAccountsResponse> - Derive additional addresses using an existing wallet
-
deleteApiKeys(
{required TDeleteApiKeysBody input}) → Future< TDeleteApiKeysResponse> - Remove api keys from a User
-
deleteAuthenticators(
{required TDeleteAuthenticatorsBody input}) → Future< TDeleteAuthenticatorsResponse> - Remove authenticators from a User
-
deleteInvitation(
{required TDeleteInvitationBody input}) → Future< TDeleteInvitationResponse> - Delete an existing Invitation
-
deleteOauthProviders(
{required TDeleteOauthProvidersBody input}) → Future< TDeleteOauthProvidersResponse> - Removes Oauth providers for a specified user - BETA
-
deletePolicy(
{required TDeletePolicyBody input}) → Future< TDeletePolicyResponse> - Delete an existing Policy
-
deletePrivateKeys(
{required TDeletePrivateKeysBody input}) → Future< TDeletePrivateKeysResponse> - Deletes private keys for an organization
-
deletePrivateKeyTags(
{required TDeletePrivateKeyTagsBody input}) → Future< TDeletePrivateKeyTagsResponse> - Delete Private Key Tags within an Organization
-
deleteSubOrganization(
{required TDeleteSubOrganizationBody input}) → Future< TDeleteSubOrganizationResponse> - Deletes a sub organization
-
deleteUsers(
{required TDeleteUsersBody input}) → Future< TDeleteUsersResponse> - Delete Users within an Organization
-
deleteUserTags(
{required TDeleteUserTagsBody input}) → Future< TDeleteUserTagsResponse> - Delete User Tags within an Organization
-
deleteWallets(
{required TDeleteWalletsBody input}) → Future< TDeleteWalletsResponse> - Deletes wallets for an organization
-
emailAuth(
{required TEmailAuthBody input}) → Future< TEmailAuthResponse> - Authenticate a user via Email
-
exportPrivateKey(
{required TExportPrivateKeyBody input}) → Future< TExportPrivateKeyResponse> - Exports a Private Key
-
exportWallet(
{required TExportWalletBody input}) → Future< TExportWalletResponse> - Exports a Wallet
-
exportWalletAccount(
{required TExportWalletAccountBody input}) → Future< TExportWalletAccountResponse> - Exports a Wallet Account
-
getActivities(
{required TGetActivitiesBody input}) → Future< TGetActivitiesResponse> - List all Activities within an Organization
-
getActivity(
{required TGetActivityBody input}) → Future< TGetActivityResponse> - Get details about an Activity
-
getApiKey(
{required TGetApiKeyBody input}) → Future< TGetApiKeyResponse> - Get details about an API key
-
getApiKeys(
{required TGetApiKeysBody input}) → Future< TGetApiKeysResponse> - Get details about API keys for a user
-
getAuthenticator(
{required TGetAuthenticatorBody input}) → Future< TGetAuthenticatorResponse> - Get details about an authenticator
-
getAuthenticators(
{required TGetAuthenticatorsBody input}) → Future< TGetAuthenticatorsResponse> - Get details about authenticators for a user
-
getOauthProviders(
{required TGetOauthProvidersBody input}) → Future< TGetOauthProvidersResponse> - Get details about Oauth providers for a user
-
getOrganizationConfigs(
{required TGetOrganizationConfigsBody input}) → Future< TGetOrganizationConfigsResponse> - Get quorum settings and features for an organization
-
getPolicies(
{required TGetPoliciesBody input}) → Future< TGetPoliciesResponse> - List all Policies within an Organization
-
getPolicy(
{required TGetPolicyBody input}) → Future< TGetPolicyResponse> - Get details about a Policy
-
getPrivateKey(
{required TGetPrivateKeyBody input}) → Future< TGetPrivateKeyResponse> - Get details about a Private Key
-
getPrivateKeys(
{required TGetPrivateKeysBody input}) → Future< TGetPrivateKeysResponse> - List all Private Keys within an Organization
-
getSubOrgIds(
{required TGetSubOrgIdsBody input}) → Future< TGetSubOrgIdsResponse> - Get all suborg IDs associated given a parent org ID and an optional filter.
-
getUser(
{required TGetUserBody input}) → Future< TGetUserResponse> - Get details about a User
-
getUsers(
{required TGetUsersBody input}) → Future< TGetUsersResponse> - List all Users within an Organization
-
getVerifiedSubOrgIds(
{required TGetVerifiedSubOrgIdsBody input}) → Future< TGetVerifiedSubOrgIdsResponse> - Get all email or phone verified suborg IDs associated given a parent org ID.
-
getWallet(
{required TGetWalletBody input}) → Future< TGetWalletResponse> - Get details about a Wallet
-
getWalletAccount(
{required TGetWalletAccountBody input}) → Future< TGetWalletAccountResponse> - Get a single wallet account
-
getWalletAccounts(
{required TGetWalletAccountsBody input}) → Future< TGetWalletAccountsResponse> - List all Accounts within a Wallet
-
getWallets(
{required TGetWalletsBody input}) → Future< TGetWalletsResponse> - List all Wallets within an Organization
-
getWhoami(
{required TGetWhoamiBody input}) → Future< TGetWhoamiResponse> - Get basic information about your current API or WebAuthN user and their organization. Affords Sub-Organization look ups via Parent Organization for WebAuthN or API key users.
-
importPrivateKey(
{required TImportPrivateKeyBody input}) → Future< TImportPrivateKeyResponse> - Imports a private key
-
importWallet(
{required TImportWalletBody input}) → Future< TImportWalletResponse> - Imports a wallet
-
initImportPrivateKey(
{required TInitImportPrivateKeyBody input}) → Future< TInitImportPrivateKeyResponse> - Initializes a new private key import
-
initImportWallet(
{required TInitImportWalletBody input}) → Future< TInitImportWalletResponse> - Initializes a new wallet import
-
initOtp(
{required TInitOtpBody input}) → Future< TInitOtpResponse> - Initiate a Generic OTP activity
-
initOtpAuth(
{required TInitOtpAuthBody input}) → Future< TInitOtpAuthResponse> - Initiate an OTP auth activity
-
initUserEmailRecovery(
{required TInitUserEmailRecoveryBody input}) → Future< TInitUserEmailRecoveryResponse> - Initializes a new email recovery
-
listPrivateKeyTags(
{required TListPrivateKeyTagsBody input}) → Future< TListPrivateKeyTagsResponse> - List all Private Key Tags within an Organization
-
listUserTags(
{required TListUserTagsBody input}) → Future< TListUserTagsResponse> - List all User Tags within an Organization
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
oauth(
{required TOauthBody input}) → Future< TOauthResponse> - Authenticate a user with an Oidc token (Oauth) - BETA
-
oauthLogin(
{required TOauthLoginBody input}) → Future< TOauthLoginResponse> - Create an Oauth session for a user
-
otpAuth(
{required TOtpAuthBody input}) → Future< TOtpAuthResponse> - Authenticate a user with an OTP code sent via email or SMS
-
otpLogin(
{required TOtpLoginBody input}) → Future< TOtpLoginResponse> - Create an OTP session for a user
-
recoverUser(
{required TRecoverUserBody input}) → Future< TRecoverUserResponse> - Completes the process of recovering a user by adding an authenticator
-
rejectActivity(
{required TRejectActivityBody input}) → Future< TRejectActivityResponse> - Reject an Activity
-
removeOrganizationFeature(
{required TRemoveOrganizationFeatureBody input}) → Future< TRemoveOrganizationFeatureResponse> - Removes an organization feature. This activity must be approved by the current root quorum.
-
request<
TBodyType, TResponseType> (String url, TBodyType body, TResponseType fromJson(Map< String, dynamic> )) → Future<TResponseType> -
setOrganizationFeature(
{required TSetOrganizationFeatureBody input}) → Future< TSetOrganizationFeatureResponse> - Sets an organization feature. This activity must be approved by the current root quorum.
-
signRawPayload(
{required TSignRawPayloadBody input}) → Future< TSignRawPayloadResponse> - Sign a raw payload
-
signRawPayloads(
{required TSignRawPayloadsBody input}) → Future< TSignRawPayloadsResponse> - Sign multiple raw payloads with the same signing parameters
-
signTransaction(
{required TSignTransactionBody input}) → Future< TSignTransactionResponse> - Sign a transaction
-
stampApproveActivity(
{required TApproveActivityBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTApproveActivityBody
by using the client'sstamp
function. -
stampCreateApiKeys(
{required TCreateApiKeysBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateApiKeysBody
by using the client'sstamp
function. -
stampCreateAuthenticators(
{required TCreateAuthenticatorsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateAuthenticatorsBody
by using the client'sstamp
function. -
stampCreateInvitations(
{required TCreateInvitationsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateInvitationsBody
by using the client'sstamp
function. -
stampCreateOauthProviders(
{required TCreateOauthProvidersBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateOauthProvidersBody
by using the client'sstamp
function. -
stampCreatePolicies(
{required TCreatePoliciesBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreatePoliciesBody
by using the client'sstamp
function. -
stampCreatePolicy(
{required TCreatePolicyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreatePolicyBody
by using the client'sstamp
function. -
stampCreatePrivateKeys(
{required TCreatePrivateKeysBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreatePrivateKeysBody
by using the client'sstamp
function. -
stampCreatePrivateKeyTag(
{required TCreatePrivateKeyTagBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreatePrivateKeyTagBody
by using the client'sstamp
function. -
stampCreateReadOnlySession(
{required TCreateReadOnlySessionBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateReadOnlySessionBody
by using the client'sstamp
function. -
stampCreateReadWriteSession(
{required TCreateReadWriteSessionBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateReadWriteSessionBody
by using the client'sstamp
function. -
stampCreateSubOrganization(
{required TCreateSubOrganizationBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateSubOrganizationBody
by using the client'sstamp
function. -
stampCreateUsers(
{required TCreateUsersBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateUsersBody
by using the client'sstamp
function. -
stampCreateUserTag(
{required TCreateUserTagBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateUserTagBody
by using the client'sstamp
function. -
stampCreateWallet(
{required TCreateWalletBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateWalletBody
by using the client'sstamp
function. -
stampCreateWalletAccounts(
{required TCreateWalletAccountsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTCreateWalletAccountsBody
by using the client'sstamp
function. -
stampDeleteApiKeys(
{required TDeleteApiKeysBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteApiKeysBody
by using the client'sstamp
function. -
stampDeleteAuthenticators(
{required TDeleteAuthenticatorsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteAuthenticatorsBody
by using the client'sstamp
function. -
stampDeleteInvitation(
{required TDeleteInvitationBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteInvitationBody
by using the client'sstamp
function. -
stampDeleteOauthProviders(
{required TDeleteOauthProvidersBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteOauthProvidersBody
by using the client'sstamp
function. -
stampDeletePolicy(
{required TDeletePolicyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeletePolicyBody
by using the client'sstamp
function. -
stampDeletePrivateKeys(
{required TDeletePrivateKeysBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeletePrivateKeysBody
by using the client'sstamp
function. -
stampDeletePrivateKeyTags(
{required TDeletePrivateKeyTagsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeletePrivateKeyTagsBody
by using the client'sstamp
function. -
stampDeleteSubOrganization(
{required TDeleteSubOrganizationBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteSubOrganizationBody
by using the client'sstamp
function. -
stampDeleteUsers(
{required TDeleteUsersBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteUsersBody
by using the client'sstamp
function. -
stampDeleteUserTags(
{required TDeleteUserTagsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteUserTagsBody
by using the client'sstamp
function. -
stampDeleteWallets(
{required TDeleteWalletsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTDeleteWalletsBody
by using the client'sstamp
function. -
stampEmailAuth(
{required TEmailAuthBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTEmailAuthBody
by using the client'sstamp
function. -
stampExportPrivateKey(
{required TExportPrivateKeyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTExportPrivateKeyBody
by using the client'sstamp
function. -
stampExportWallet(
{required TExportWalletBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTExportWalletBody
by using the client'sstamp
function. -
stampExportWalletAccount(
{required TExportWalletAccountBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTExportWalletAccountBody
by using the client'sstamp
function. -
stampGetActivities(
{required TGetActivitiesBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetActivitiesBody
by using the client'sstamp
function. -
stampGetActivity(
{required TGetActivityBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetActivityBody
by using the client'sstamp
function. -
stampGetApiKey(
{required TGetApiKeyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetApiKeyBody
by using the client'sstamp
function. -
stampGetApiKeys(
{required TGetApiKeysBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetApiKeysBody
by using the client'sstamp
function. -
stampGetAuthenticator(
{required TGetAuthenticatorBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetAuthenticatorBody
by using the client'sstamp
function. -
stampGetAuthenticators(
{required TGetAuthenticatorsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetAuthenticatorsBody
by using the client'sstamp
function. -
stampGetOauthProviders(
{required TGetOauthProvidersBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetOauthProvidersBody
by using the client'sstamp
function. -
stampGetOrganizationConfigs(
{required TGetOrganizationConfigsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetOrganizationConfigsBody
by using the client'sstamp
function. -
stampGetPolicies(
{required TGetPoliciesBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetPoliciesBody
by using the client'sstamp
function. -
stampGetPolicy(
{required TGetPolicyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetPolicyBody
by using the client'sstamp
function. -
stampGetPrivateKey(
{required TGetPrivateKeyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetPrivateKeyBody
by using the client'sstamp
function. -
stampGetPrivateKeys(
{required TGetPrivateKeysBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetPrivateKeysBody
by using the client'sstamp
function. -
stampGetSubOrgIds(
{required TGetSubOrgIdsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetSubOrgIdsBody
by using the client'sstamp
function. -
stampGetUser(
{required TGetUserBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetUserBody
by using the client'sstamp
function. -
stampGetUsers(
{required TGetUsersBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetUsersBody
by using the client'sstamp
function. -
stampGetVerifiedSubOrgIds(
{required TGetVerifiedSubOrgIdsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetVerifiedSubOrgIdsBody
by using the client'sstamp
function. -
stampGetWallet(
{required TGetWalletBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetWalletBody
by using the client'sstamp
function. -
stampGetWalletAccount(
{required TGetWalletAccountBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetWalletAccountBody
by using the client'sstamp
function. -
stampGetWalletAccounts(
{required TGetWalletAccountsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetWalletAccountsBody
by using the client'sstamp
function. -
stampGetWallets(
{required TGetWalletsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetWalletsBody
by using the client'sstamp
function. -
stampGetWhoami(
{required TGetWhoamiBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTGetWhoamiBody
by using the client'sstamp
function. -
stampImportPrivateKey(
{required TImportPrivateKeyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTImportPrivateKeyBody
by using the client'sstamp
function. -
stampImportWallet(
{required TImportWalletBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTImportWalletBody
by using the client'sstamp
function. -
stampInitImportPrivateKey(
{required TInitImportPrivateKeyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTInitImportPrivateKeyBody
by using the client'sstamp
function. -
stampInitImportWallet(
{required TInitImportWalletBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTInitImportWalletBody
by using the client'sstamp
function. -
stampInitOtp(
{required TInitOtpBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTInitOtpBody
by using the client'sstamp
function. -
stampInitOtpAuth(
{required TInitOtpAuthBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTInitOtpAuthBody
by using the client'sstamp
function. -
stampInitUserEmailRecovery(
{required TInitUserEmailRecoveryBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTInitUserEmailRecoveryBody
by using the client'sstamp
function. -
stampListPrivateKeyTags(
{required TListPrivateKeyTagsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTListPrivateKeyTagsBody
by using the client'sstamp
function. -
stampListUserTags(
{required TListUserTagsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTListUserTagsBody
by using the client'sstamp
function. -
stampLogin(
{required TStampLoginBody input}) → Future< TStampLoginResponse> - Create a session for a user through stamping client side (api key, wallet client, or passkey client)
-
stampOauth(
{required TOauthBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTOauthBody
by using the client'sstamp
function. -
stampOauthLogin(
{required TOauthLoginBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTOauthLoginBody
by using the client'sstamp
function. -
stampOtpAuth(
{required TOtpAuthBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTOtpAuthBody
by using the client'sstamp
function. -
stampOtpLogin(
{required TOtpLoginBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTOtpLoginBody
by using the client'sstamp
function. -
stampRecoverUser(
{required TRecoverUserBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTRecoverUserBody
by using the client'sstamp
function. -
stampRejectActivity(
{required TRejectActivityBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTRejectActivityBody
by using the client'sstamp
function. -
stampRemoveOrganizationFeature(
{required TRemoveOrganizationFeatureBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTRemoveOrganizationFeatureBody
by using the client'sstamp
function. -
stampSetOrganizationFeature(
{required TSetOrganizationFeatureBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTSetOrganizationFeatureBody
by using the client'sstamp
function. -
stampSignRawPayload(
{required TSignRawPayloadBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTSignRawPayloadBody
by using the client'sstamp
function. -
stampSignRawPayloads(
{required TSignRawPayloadsBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTSignRawPayloadsBody
by using the client'sstamp
function. -
stampSignTransaction(
{required TSignTransactionBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTSignTransactionBody
by using the client'sstamp
function. -
stampStampLogin(
{required TStampLoginBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTStampLoginBody
by using the client'sstamp
function. -
stampUpdatePolicy(
{required TUpdatePolicyBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTUpdatePolicyBody
by using the client'sstamp
function. -
stampUpdatePrivateKeyTag(
{required TUpdatePrivateKeyTagBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTUpdatePrivateKeyTagBody
by using the client'sstamp
function. -
stampUpdateRootQuorum(
{required TUpdateRootQuorumBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTUpdateRootQuorumBody
by using the client'sstamp
function. -
stampUpdateUser(
{required TUpdateUserBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTUpdateUserBody
by using the client'sstamp
function. -
stampUpdateUserTag(
{required TUpdateUserTagBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTUpdateUserTagBody
by using the client'sstamp
function. -
stampUpdateWallet(
{required TUpdateWalletBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTUpdateWalletBody
by using the client'sstamp
function. -
stampVerifyOtp(
{required TVerifyOtpBody input}) → Future< TSignedRequest> -
Produce a
SignedRequest
fromTVerifyOtpBody
by using the client'sstamp
function. -
toString(
) → String -
A string representation of this object.
inherited
-
updatePolicy(
{required TUpdatePolicyBody input}) → Future< TUpdatePolicyResponse> - Update an existing Policy
-
updatePrivateKeyTag(
{required TUpdatePrivateKeyTagBody input}) → Future< TUpdatePrivateKeyTagResponse> - Update human-readable name or associated private keys. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail.
-
updateRootQuorum(
{required TUpdateRootQuorumBody input}) → Future< TUpdateRootQuorumResponse> - Set the threshold and members of the root quorum. This activity must be approved by the current root quorum.
-
updateUser(
{required TUpdateUserBody input}) → Future< TUpdateUserResponse> - Update a User in an existing Organization
-
updateUserTag(
{required TUpdateUserTagBody input}) → Future< TUpdateUserTagResponse> - Update human-readable name or associated users. Note that this activity is atomic: all of the updates will succeed at once, or all of them will fail.
-
updateWallet(
{required TUpdateWalletBody input}) → Future< TUpdateWalletResponse> - Update a wallet for an organization
-
verifyOtp(
{required TVerifyOtpBody input}) → Future< TVerifyOtpResponse> - Verify a Generic OTP
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited