delegate abstract method

Future<MsgDelegateResponse> delegate(
  1. ServiceCall call,
  2. MsgDelegate request
)

Implementation

$async.Future<$1.MsgDelegateResponse> delegate(
    $grpc.ServiceCall call, $1.MsgDelegate request);