generateCodeForPairingDevice method
ResponseFuture<CodeForPairingDevice>
generateCodeForPairingDevice(
- ChainIdAndboutiqueId request, {
- CallOptions? options,
/ device enrolment follows a different process than user enrolment / generateCodeForPairingDevice is called by web app, it includes chainId and boutiqueId / A device belongs to a boutique TODO rename this create
Implementation
$grpc.ResponseFuture<$8.CodeForPairingDevice> generateCodeForPairingDevice($13.ChainIdAndboutiqueId request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$generateCodeForPairingDevice, request, options: options);
}