getAccountMetadata method
ResponseFuture<AccountMetadata>
getAccountMetadata(
- RequestEnvelope request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$2.AccountMetadata> getAccountMetadata($0.RequestEnvelope request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getAccountMetadata, request, options: options);
}