UniversalWalletClient class

Annotations
  • @GrpcServiceName('services.universalwallet.v1.UniversalWallet')

Constructors

UniversalWalletClient(ClientChannel channel, {CallOptions? options, Iterable<ClientInterceptor>? interceptors})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$createCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ClientCall<Q, R>
inherited
$createStreamingCall<Q, R>(ClientMethod<Q, R> method, Stream<Q> requests, {CallOptions? options}) → ResponseStream<R>
inherited
$createUnaryCall<Q, R>(ClientMethod<Q, R> method, Q request, {CallOptions? options}) → ResponseFuture<R>
inherited
addExternalIdentityConfirm(AddExternalIdentityConfirmRequest request, {CallOptions? options}) → ResponseFuture<AddExternalIdentityConfirmResponse>
addExternalIdentityInit(AddExternalIdentityInitRequest request, {CallOptions? options}) → ResponseFuture<AddExternalIdentityInitResponse>
authenticateConfirm(AuthenticateConfirmRequest request, {CallOptions? options}) → ResponseFuture<AuthenticateConfirmResponse>
authenticateInit(AuthenticateInitRequest request, {CallOptions? options}) → ResponseFuture<AuthenticateInitResponse>
authenticateResendCode(AuthenticateResendCodeRequest request, {CallOptions? options}) → ResponseFuture<AuthenticateResendCodeResponse>
createWallet(CreateWalletRequest request, {CallOptions? options}) → ResponseFuture<CreateWalletResponse>
deleteItem(DeleteItemRequest request, {CallOptions? options}) → ResponseFuture<DeleteItemResponse>
deleteWallet(DeleteWalletRequest request, {CallOptions? options}) → ResponseFuture<DeleteWalletResponse>
generateAuthToken(GenerateAuthTokenRequest request, {CallOptions? options}) → ResponseFuture<GenerateAuthTokenResponse>
getItem(GetItemRequest request, {CallOptions? options}) → ResponseFuture<GetItemResponse>
getMyInfo(GetMyInfoRequest request, {CallOptions? options}) → ResponseFuture<GetMyInfoResponse>
getWalletFromExternalIdentity(GetWalletFromExternalIdentityRequest request, {CallOptions? options}) → ResponseFuture<GetWalletFromExternalIdentityResponse>
getWalletInfo(GetWalletInfoRequest request, {CallOptions? options}) → ResponseFuture<GetWalletInfoResponse>
insertItem(InsertItemRequest request, {CallOptions? options}) → ResponseFuture<InsertItemResponse>
listByVerificationTemplate(ListByVerificationTemplateRequest request, {CallOptions? options}) → ResponseFuture<ListByVerificationTemplateResponse>
listWallets(ListWalletsRequest request, {CallOptions? options}) → ResponseFuture<ListWalletsResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeExternalIdentity(RemoveExternalIdentityRequest request, {CallOptions? options}) → ResponseFuture<RemoveExternalIdentityResponse>
revokeAuthToken(RevokeAuthTokenRequest request, {CallOptions? options}) → ResponseFuture<RevokeAuthTokenResponse>
toString() String
A string representation of this object.
inherited
updateItem(UpdateItemRequest request, {CallOptions? options}) → ResponseFuture<UpdateItemResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited