deposit abstract method

Future<MsgDepositResponse> deposit(
  1. ServiceCall call,
  2. MsgDeposit request
)

Implementation

$async.Future<$1.MsgDepositResponse> deposit(
    $grpc.ServiceCall call, $1.MsgDeposit request);