ProviderServiceBase class abstract

Annotations
  • @GrpcServiceName('services.provider.v1.Provider')

Constructors

ProviderServiceBase()

Properties

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

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
createEcosystem(ServiceCall call, CreateEcosystemRequest request) Future<CreateEcosystemResponse>
createEcosystem_Pre(ServiceCall call, Future<CreateEcosystemRequest> request) Future<CreateEcosystemResponse>
getOberonKey(ServiceCall call, GetOberonKeyRequest request) Future<GetOberonKeyResponse>
getOberonKey_Pre(ServiceCall call, Future<GetOberonKeyRequest> request) Future<GetOberonKeyResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchWalletConfigurations(ServiceCall call, SearchWalletConfigurationsRequest request) Future<SearchWalletConfigurationResponse>
searchWalletConfigurations_Pre(ServiceCall call, Future<SearchWalletConfigurationsRequest> request) Future<SearchWalletConfigurationResponse>
toString() String
A string representation of this object.
inherited
upgradeDID(ServiceCall call, UpgradeDidRequest request) Future<UpgradeDidResponse>
upgradeDID_Pre(ServiceCall call, Future<UpgradeDidRequest> request) Future<UpgradeDidResponse>

Operators

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