MsgServiceBase constructor

MsgServiceBase()

Implementation

MsgServiceBase() {
  $addMethod($grpc.ServiceMethod<$23.MsgGrantAllowance, $23.MsgGrantAllowanceResponse>(
      'GrantAllowance',
      grantAllowance_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $23.MsgGrantAllowance.fromBuffer(value),
      ($23.MsgGrantAllowanceResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$23.MsgRevokeAllowance, $23.MsgRevokeAllowanceResponse>(
      'RevokeAllowance',
      revokeAllowance_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $23.MsgRevokeAllowance.fromBuffer(value),
      ($23.MsgRevokeAllowanceResponse value) => value.writeToBuffer()));
  $addMethod($grpc.ServiceMethod<$23.MsgPruneAllowances, $23.MsgPruneAllowancesResponse>(
      'PruneAllowances',
      pruneAllowances_Pre,
      false,
      false,
      ($core.List<$core.int> value) => $23.MsgPruneAllowances.fromBuffer(value),
      ($23.MsgPruneAllowancesResponse value) => value.writeToBuffer()));
}